1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[](https://github.com/ProspectiveCo/procss/actions/workflows/build_dev.yaml)
A simple CSS parsing and transformation framework.
[Docs](https://crates.io/crates/procss)
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`)
```bash
cargo doc
```