Toolkist

SCSS Compiler

Compile SCSS / SASS to CSS, or convert CSS to SASS indented syntax.

About SCSS Compiler

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.

Is my code uploaded?

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.

What SCSS features are supported?

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