# Guff CSS
[](https://docs.rs/guff_css/)
[](https://github.com/Blobfolio/guff/blob/master/guff_css/CHANGELOG.md)<br>
[](https://crates.io/crates/guff_css)
[](https://github.com/Blobfolio/guff/actions)
[](https://deps.rs/crate/guff_css/)<br>
[](https://en.wikipedia.org/wiki/WTFPL)
[](https://github.com/Blobfolio/guff/issues)
This is the backing library for the Guff command-line SCSS/CSS parser and minifier. It can be used to compile SCSS into CSS, and/or heavily minify CSS for production use.
Refer to the [documentation](https://docs.rs/guff_css/) for usage and other details.
For more fine-grained control, consider using [`grass`](https://crates.io/crates/grass) and/or [`lightningcss`](https://crates.io/crates/lightningcss) directly.
**Work In Progress**
Both the SASS/SCSS compilation and CSS minification features are works in
progress, and might change subtly between releases. To be safe, CSS generated
by Guff should be tested in a staging environment before being pushed to
production.