Sass to CSS

Convert the indented Sass syntax (no braces or semicolons) into standard CSS, right in your browser.

Sass

CSS


          

User guide

The original Sass syntax (.sass extension) uses indentation instead of braces and drops semicolons. This tool compiles it to standard CSS via LibSass, with no server.

FAQ

What's the difference between Sass and SCSS?

Two syntaxes of the same preprocessor: SCSS looks like CSS (braces, semicolons) while Sass uses indentation. Features are identical.

Can I convert the other way (CSS to Sass)?

Yes, use our CSS to Sass tool for the reverse transformation.