Back to browse
GitHub Repository

A pure-Rust SCSS to CSS compiler (a dart-sass alternative). Zero dependencies, wasm-friendly, lib + CLI.

1 starsRust

Sasso – pure-Rust SCSS compiler, byte-exact to current dart-sass

by linyiru·Jun 27, 2026·1 point·0 comments

AI Analysis

●●SolidBig BrainNiche Gem

Targets current dart-sass 1.101 while grass is stuck on 1.54.3 from 2022.

Strengths
  • 13,896/13,896 sass-spec tests passing with zero failures tracked as ratchet
  • Zero runtime dependencies makes it sandbox-friendly and wasm-deployable
  • Modern color model preserves author spelling with fractional channel support
Weaknesses
  • SCSS compilers are a solved category with dart-sass and grass already established
  • v0.x status means real-world breadth beyond spec tests still needs hardening
Target Audience

Frontend developers needing Rust-based Sass compilation with current CSS Color Level 4 support

Similar To

grass · dart-sass · node-sass

Post Description

Sasso is a pure-Rust SCSS to CSS compiler (a dart-sass alternative).

Zero dependencies, wasm-friendly, lib + CLI.

Similar Projects