procss 0.1.5

A simple CSS parsing and transformation framework.
Documentation
# <b>PRO</b><i>CSS</i>

[![CI](https://github.com/ProspectiveCo/procss/actions/workflows/build_dev.yaml/badge.svg)](https://github.com/ProspectiveCo/procss/actions/workflows/build_dev.yaml)

A simple CSS parsing and transformation framework.

[Docs](https://crates.io/crates/procss)

## Developer Setup

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
```