Files
freeCodeCamp/guide/english/sass/index.md
2018-10-21 18:13:22 +00:00

296 B

title
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