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
## Install SASS
You can install as a node package or a ruby gem. Let's use node:
You can install as a node package or a ruby gem. Let's use node: