guff_css 0.11.4

A simple SASS/SCSS compiler and CSS parser/minifier.
Documentation
[package]
name = "guff_css"
version = "0.11.4"
license = "WTFPL"
authors = ["Josh Stoik <josh@blobfolio.com>"]
edition = "2024"
rust-version = "1.90"
description = "A simple SASS/SCSS compiler and CSS parser/minifier."
repository = "https://github.com/Blobfolio/guff"
readme = "README.md"

[package.metadata.docs.rs]
default-target = "x86_64-unknown-linux-gnu"

[dependencies]
trimothy = "0.9.*"

[dependencies.grass]
version = "=0.13.4"
default-features = false

[dependencies.lightningcss]
version = "=1.0.0-alpha.71"
default-features = false

[features]
default = []

# Used by the CLI binary.
bin = []