Sass
Syntactically Awesome Style Sheets
Last updated
Syntactically Awesome Style Sheets
Last updated
Natively, CSS is verbose, has factorization limitations and can be hard to maintain.
These issues are solved using preprocessors like SASS.
Preprocessors allow writing CSS in a language with the following features:
Variables.
Nesting.
Mixins.
Inheritance.
Preprocessors generate standard CSS.
Preprocessors can generate vendor prefixed CSS using modules like Bourbon.