Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tired-fox/css
A fast css parser with extensibility and filtering that is light weight while parsing
https://github.com/tired-fox/css
Last synced: 25 days ago
JSON representation
A fast css parser with extensibility and filtering that is light weight while parsing
- Host: GitHub
- URL: https://github.com/tired-fox/css
- Owner: Tired-Fox
- Created: 2024-07-31T23:01:08.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-19T01:54:29.000Z (3 months ago)
- Last Synced: 2024-08-19T02:58:30.085Z (3 months ago)
- Language: Rust
- Size: 83 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WSL
## References
- [W3 CSS Specs](https://www.w3.org/Style/CSS/specs.en.html)
- [CSS Syntax Module Level 3](https://www.w3.org/TR/css-syntax-3/)## Goals
- Fast and as Light weight as possible
- Easy to use api allowing for extensions and customizations of grammers
- Easy to use with all project types