Sass

What

Sass is a pre-processor of CSS that allows one to define variables, functions, inheritance, mixins, and so forth.

Why

Saves a lot of time as compared to CSS. Makes a site more consistent.

Resources

  1. W3 Sass Tutorial