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
6
@function calc-width($base) {
  @return $base + $missing;
}
.foo {
  width: calc-width(10px);
}