Adding Sass guide (#20705)

pull/25477/head
Ryan Drewniak 2018-10-21 12:13:22 -06:00 committed by Paul Gamble
parent af7d1bbc63
commit 9309f0f6c0
1 changed files with 7 additions and 0 deletions

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/)