SCSS - Sassy CSS
Sass ("syntactically awesome style sheets") is an extension of CSS3, adding nested rules, variables, mixins, selector inheritance, and more. It is translated to well-formatted, standard
CSS using a command line preprocessor tool or a web-framework plugin. SCSS ("Sassy CSS") is a flavor of Sass that is backwards compatible with CSS3.
--
Contributors: PeterThoeny - 2011-12-05
Discussion
This is a promising new
CSS flavor. Very useful, it makes
CSS so much cleaner, especially for programmers. Hopefully it will get adapted broadly.
--
PeterThoeny - 2011-12-05