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-widelyTransform 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 minifiedTyped authoring is optional
Rust applications can compile typed styles into the same static site, but plain HTML consumers only need the final CSS asset.