7.7 Flow control
7.7.1 if/else
- Logical switch
- Define switch with
@if
and@else
directives - Resolves to CSS
See example from the book, which builds on inheritance example in the prior section.
@if
and @else
directivesSee example from the book, which builds on inheritance example in the prior section.