| Crates.io | guff_css |
| lib.rs | guff_css |
| version | 0.10.0 |
| created_at | 2022-05-27 02:38:10.563458+00 |
| updated_at | 2025-09-19 02:45:17.05541+00 |
| description | A simple SASS/SCSS compiler and CSS parser/minifier. |
| homepage | |
| repository | https://github.com/Blobfolio/guff |
| max_upload_size | |
| id | 594804 |
| size | 42,487 |
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 for usage and other details.
For more fine-grained control, consider using grass and/or 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.