Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aledsz/stylistex

Elixir CSS parser
https://github.com/aledsz/stylistex

Last synced: 3 days ago
JSON representation

Elixir CSS parser

Awesome Lists containing this project

README

        

# StylistEx

The CSS parser for Elixir.

## ToDo List:

- [x] Download CSS specs from official website
- [ ] Create a lexer for CSS definitions
- [ ] Generate structs for every CSS property
- [ ] Generate value definition syntax from spectification
- [ ] Parse CSS syntax to tuple and validate properties with values from definition
- [ ] Add tests