Ecosyste.ms: Awesome
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: 3 days ago
JSON representation
Elixir CSS parser
- Host: GitHub
- URL: https://github.com/aledsz/stylistex
- Owner: aleDsz
- License: mit
- Created: 2020-07-20T00:58:06.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-13T08:24:26.000Z (about 2 years ago)
- Last Synced: 2024-05-21T04:13:07.576Z (6 months ago)
- Language: Elixir
- Size: 61.5 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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