Compile SCSS / SASS to CSS, or convert CSS to SASS indented syntax.
Compile SCSS or indented SASS to CSS using sass.js (libsass compiled to WebAssembly), or convert CSS to SASS indented syntax with a pure JavaScript converter. All processing happens in the browser. sass.js supports SCSS 3.x features including nesting, variables, mixins, functions and @extend.
No. CSS → SASS conversion is pure JavaScript. SCSS and SASS compilation uses sass.js loaded from cdnjs.cloudflare.com — your code is never sent to a server.
sass.js supports variables, nesting, mixins, functions, @extend, @import and most SCSS 3.x features. It does not support the newer Dart Sass module system (@use, @forward).
Related: Code Formatter · Code Minifier
Keywords: SCSS compiler browser, SASS to CSS online, CSS to SASS converter, compile SCSS online