Compilation runs entirely in your browser — nothing is uploaded.
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.
| Syntax | Style |
|---|---|
.sass (this tool) | indentation, no braces/semicolons |
.scss | braces & semicolons (CSS superset) |
In-browser there is no file system, so external @use/@import is unavailable — paste self-contained Sass.