Crates.io | guff_css |
lib.rs | guff_css |
version | |
source | src |
created_at | 2022-05-27 02:38:10.563458 |
updated_at | 2024-11-28 20:13:37.235687 |
description | A simple SASS/SCSS compiler and CSS parser/minifier. |
homepage | |
repository | https://github.com/Blobfolio/guff |
max_upload_size | |
id | 594804 |
Cargo.toml error: | TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
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.
Compatibility
This library is only compatible with Unix platforms. For broader support, consider using grass
and/or lightningcss
directly.