freeCodeCamp/guide/english/sass/index.md

7 lines
296 B
Markdown
Raw Normal View History

2018-10-21 18:13:22 +00:00
---
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](https://sass-lang.com/)