CLI-only adoption
The command-line compiler can audit, transform, explain, bundle, and migrate standard CSS without adding a runtime dependency to the application.
cargo install pliego-cssc --version '=0.1.0-rc.2' --locked
pliego-cssc --versionTyped Rust authoring
Add pliego-css and its macro crate to applications that want compile-time style identities. The emitted result remains ordinary CSS.
[dependencies]
pliego-css = "=0.1.0-rc.2"Pin the exact release identity
Before the public release, use the signed project tag plus Cargo.lock. Do not track a moving branch in a production build.