A scripting language that is interpreted into CSS, that provides powerful functionality not provided by CSS live nesting, variables, and mixins.
- Read the Sass Tutorial
- Read open source Sass code
- Create and use mixins.
- Set and use variables.
- Use nested selectors.
- Use
@include
and@extend
.