Enter SCSS on the left, get compiled CSS on the right in real-time
Convert SCSS to CSS: Type or paste your SCSS/SASS code in the left editor. The compiled CSS appears instantly on the right.
Supported Sass Features:
SCSS (Sassy CSS) uses braces {} and semicolons ; with CSS-like syntax β it's the most popular Sass syntax. SASS (indented syntax) uses indentation instead of braces. This tool supports both syntaxes, defaulting to SCSS.
Yes, it supports all core Sass features: variables, nesting, mixins, inheritance, operations, control directives, custom functions, and built-in functions. It uses the sass.js library which behaves identically to the official Dart Sass compiler.
All processing happens locally in your browser. No code is uploaded to any server. You can use this tool completely offline after the initial page load.