# <b>PRO</b><i>CSS</i>
[](https://github.com/ProspectiveCo/procss/actions/workflows/ci.yaml)
A simple CSS parsing and transformation framework.
[Docs](https://crates.io/crates/procss)
## Developer Setup
Build
```bash
cargo xbuild
```
Test
```bash
cargo xtest
```
Test coverage report (disables incremental builds)
```bash
cargo xtest --coverage
```
Lint
```bash
cargo clippy
```
Bench
```bash
cargo xbench
```
Generate docs (output at `./target/doc/procss/index.html`)
```bash
cargo doc
```