freeCodeCamp/guide/english/sass/index.md

296 B

title
Sass

Sass is a preprossessor scripting language that compiles CSS. It essentially brings the power of a standard programming language (e.g. loops, variables, conditional statements, etc...) to your stylesheets.

More Information

Official Sass website