Sass stands for syntactically awesome style sheets. Sass is a CSS3 extension.
Why use Sass? It brings variables, nested rules, mixins (see image), and many, many other features to the table.
There are two formats of Sass files: .scss and .sass. Scss files are essentially CSS files with the load of features from sass.
Sass files, on the other hand, combine the features with a syntax that requires very few keystrokes.
It is somewhat reminiscent of Turbine we covered just yesterday.



















