From 6e3f4dacc2b54b9f27c482d8c4a1ec17c72d7bdc Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Sat, 5 May 2018 19:08:58 -0400 Subject: [PATCH] sass description --- 10. SASS/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/10. SASS/README.md b/10. SASS/README.md index 44a070d..721c3d0 100644 --- a/10. SASS/README.md +++ b/10. SASS/README.md @@ -2,6 +2,7 @@ ## Lesson Objectives +1. Describe what SASS is 1. Install SASS 1. Save values in variables 1. Nest rules inside each other @@ -11,6 +12,10 @@ 1. Have rules inherit values 1. Use Operators +## Describe what SASS is + +SASS stands for Syntactically Awesome Style Sheets. It's a transpiler, much like Babel is for ES6. It takes SASS syntax and turns it into CSS. It basically adds additional functionality to CSS that isn't available by default. + ## Install SASS You can install as a node package or a ruby gem. Let's use node: