An extension to CSS3 that allows you to simiplify your styles for your application.
Sass is a CSS preprocessor that adds variables, nesting, mixins, and control logic to stylesheets.
Next: Getting Started
Sass has the ability to define variables, include files and extend other styles.
Sass supports conditions for setting up styles based on variables.
Sass provides loops to allow iterating over elements to streamline redundant styling that you may have within your site.
Sass provides mixins for reusing complex styling concepts.