Skip to content

Sass

Sass is a CSS extension language and preprocessor.

Using Sass with Git

When using Sass with Git, you should add the CSS file(s) or folder to your .gitignore file.

Minify CSS output with Sass

To minify the CSS output generated by Sass, add the --style=compressed option to your command in the terminal.

Source maps – Sass

Learn what source maps are and how they can help you debug your Sass code.

Nesting – Sass

Learn how to use the Sass extend rule.