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 The Sass way beginner articles
- Read open source Sass code
- Create and use mixins.
- Set and use variables.
- Use nested selectors.
- Use
@include
and@extend
.
- Read @HugoGiraudel's Sass guidelines
- Read The Sass way intermediate articles
- Use Sass control directives: @if, @for, @each and @while
- Learn how to write modular and maintainable CSS