sasso 0.8.0

A pure-Rust SCSS to CSS compiler (a dart-sass alternative). Zero dependencies, wasm-friendly, embeddable as a library and usable as a CLI.
Documentation
1
2
3
4
5
$map: (a: 1, b: 2);
@debug $map;
@debug 1 + 2;
@debug red;
a { b: c; }