RUST-NATIVE CSS TOOLCHAINPUBLIC PREVIEW / MEDELLÍN / 2026

Plain HTML

Audit and transform without a framework.

Use PliegoCSS as a standards control layer around an ordinary stylesheet and static HTML build.

Start with emitted CSS

No adapter is required. Audit the exact stylesheet the browser loads and archive canonical findings beside the build.

pliego-cssc audit --input public/app.css --targets baseline-widely

Transform explicitly

Compatibility transformation and minification are separate from analysis so a read-only audit never rewrites authored output.

pliego-cssc transform-css --input src/app.css \
  --output public/app.css --targets modern --format minified

Typed authoring is optional

Rust applications can compile typed styles into the same static site, but plain HTML consumers only need the final CSS asset.

Loading search index…

↑↓ navigate · enter open · esc close