Free Sass to CSS compiler — the indented Sass syntax, powered by Dart Sass

Compilation runs entirely in your browser — nothing is uploaded.

Sass to CSS — compile the indented syntax

The original Sass syntax uses indentation instead of braces and semicolons. Browsers only read plain CSS, so it must be compiled. This tool runs Dart Sass with the indented syntax entirely client-side — reference-accurate, no build step.

.sass vs .scss

SyntaxStyle
.sass (this tool)indentation, no braces/semicolons
.scssbraces & semicolons (CSS superset)

In-browser there is no file system, so external @use/@import is unavailable — paste self-contained Sass.

Related tools