What is SASS?
In this introduction, we'll define SASS and its relationship to SCSS (aka Sassy CSS).
What is SASS? #
SASS is a scripting language that provides us with features and tools that regular CSS doesn’t have.
Using SASS we can write more readable, maintainable and reusable code. Think of it as an extension that adds power and elegance to CSS. ...