sass description

master
Matt Huntington 8 years ago
parent 0f22bd109a
commit 6e3f4dacc2

@ -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:

Loading…
Cancel
Save