A simple CSS parsing and transformation framework.
Docs
Build
bash cargo build
Test
bash cargo xtest
Lint
bash cargo clippy
Bench
bash cargo xbench
Generate docs (output at ./target/doc/procss/index.html)
./target/doc/procss/index.html
bash cargo doc