Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 582 Bytes

sass.md

File metadata and controls

19 lines (12 loc) · 582 Bytes

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.

Ongoing Reference