KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
stylus
★ 17
Open GitHub ↗
A CSS level 3 parser written in pure Nim
Download README (.md)
Explore Similar Repositories
get.fyn.link
:
The free, fast, private & open source URL shortener.
adonisjsx
:
JSX runtime integration for AdonisJS 6+, based on `@kitajs/html`
telegram-sleuth
:
Extract and analyze data from Telegram chats.
2024-e-market
:
1학기 캡스톤디자인 - 교내 중고 거래 플랫폼
fhenix-hardhat-example
:
A Fhenix Hardhat TypeScript example repo
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
stylus
?
Download (.md)
# Stylus -- a CSS level 3 parser written in pure Nim Stylus is mostly a rewrite of `rust-cssparser` in Nim (for now) and it aims to support the entire CSS3 specification. \ The tokenizer and parser are *mostly* done, but a few functions and missing. # The Parser The parser is _not_ designed to hand over a proper rule vector to you - you're supposed to build one yourself! The parser simply gives you the tools to gracefully parse a CSS3 stylesheet. This allows for a flexible range of syntax that might not be prescribed in the actual spec. # Users Stylus is currently used by: - ferus, a web engine written in Nim ([here](https://github.com/ferus-web/ferus)) - figuro, a UI toolkit for Nim ([here](https://github.com/elcritch/figuro)) Have a project that uses Stylus? Let me know!