@extend There are often cases when designing a page when one class should have all the styles of another class, as well as its
@while The @while directive takes a SassScript expression and repeatedly outputs the nested styles until the statement
@warn The @warn directive prints the value of a SassScript expression to the standard error output stream. It’s useful
@for The @for directive repeatedly outputs a set of styles. For each repetition, a counter variable is used to adjust
Including a Mixin: @include Mixins are included in the document with the @include directive. This takes the name
@debug The @debug directive prints the value of a SassScript expression to the standard error output stream. It’s
@each The @each directive usually has the form @each $var in <list or map>. $var
Defining a Mixin: @mixin Mixins are defined with the @mixin directive. It’s followed by the name of the mixin and
@at-root The @at-root directive causes one or more rules to be emitted at the root of the document, rather than being
@error The @error directive throws the value of a SassScript expression as a fatal error, including a nice stack
Page 1 of 2