@import Sass extends the CSS @import rule to allow it to import SCSS and Sass files. All imported SCSS and Sass files
@if The @if directive takes a SassScript expression and uses the styles nested beneath it if the expression returns
@media @media directives in Sass behave just like they do in plain CSS, with one extra capability: they can be nested
Function Directives It is possible to define your own functions in sass and use them in any value or script context. For example:
Page 2 of 2