Adding Sass guide (#20705)

This commit is contained in:
Ryan Drewniak
2018-10-21 12:13:22 -06:00
committed by Paul Gamble
parent af7d1bbc63
commit 9309f0f6c0

View File

@ -0,0 +1,7 @@
---
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/)