https://github.com/aledsz/stylistex
Elixir CSS parser
https://github.com/aledsz/stylistex
Last synced: about 1 month 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 (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-09-13T08:24:26.000Z (over 2 years ago)
- Last Synced: 2025-04-21T12:10:30.570Z (about 2 months ago)
- Language: Elixir
- Size: 61.5 KB
- Stars: 9
- Watchers: 1
- 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