7 lines
296 B
Markdown
7 lines
296 B
Markdown
---
|
|
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/) |