Compilation runs entirely in your browser — nothing is uploaded.
SCSS is a superset of CSS that adds variables, nesting, mixins and functions. Browsers only understand plain CSS, so SCSS must be compiled first. This tool runs Dart Sass — the canonical Sass implementation — entirely client-side, so you get reference-accurate output with no build step.
$brand) → resolved values& parent selectors → flat selectors@mixin/@include) and control flow (@if/@each/@for)@use, @forward) and sass:math/sass:colorNote: in-browser there is no file system, so @import/@use of external partials is unavailable — paste self-contained SCSS.