A simple CSS parsing and transformation framework.
Build
```bash
cargo build --release
```
Test
```bash
cargo clippy
cargo test --doc
cargo nextest run
```
Bench
```bash
cargo bench --features bench -- --save-baseline my-baseline
```
Generate docs (output at `./target/doc/procss/index.html`)
```bash
cargo doc
```