What is Sass?
Experience Level: Junior
Tags: Sass
Answer
Sass is a scripting language that extends functionality of CSS and can be compiled into CSS.
It allows you to extend CSS and use features that CSS natively doesn't support.
Sass stands for Syntactically Awesome Style Sheets. It is a CSS on steroids.