SASS, also known as SCSS, is a special syntax for writing optimized, enhanced CSS code.
One of SASS' main features is its support for mixins, a way to automatically include large code blocks using SASS variables.
Mixins are one of the reasons SASS is...