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

https://github.com/aledsz/stylistex

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

Last synced: about 1 month 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