Expand description
CSS compilation on Lightning CSS. Handles plain CSS (syntax lowering,
autoprefixing, optional minify), CSS Modules scoping for *.module.css,
and Sass/SCSS via the pure-Rust grass compiler (no Node sidecar).
Targets drive both autoprefixing and modern-CSS lowering (nesting, etc.).
Structs§
Functions§
- compile_
css - compile_
sass - Compile Sass/SCSS to plain CSS.
load_diris where@use/@importof sibling stylesheets resolve from. - is_
css_ module - is_sass
- Sass/SCSS files, by url extension.