Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1 KB

sass.md

File metadata and controls

31 lines (20 loc) · 1 KB

Sass

A scripting language that is interpreted into CSS, that provides powerful functionality not provided by CSS live nesting, variables, and mixins.

Beginning Sass

You should be able to

  • Create and use mixins.
  • Set and use variables.
  • Use nested selectors.
  • Use @include and @extend.

Intermediate Sass

You should be able to

  • Use Sass control directives: @if, @for, @each and @while
  • Learn how to write modular and maintainable CSS

Ongoing Reference