Stuart
10/30/2018 - 2:07 AM

Conditionals

@if $position == 'left' {
   position: absolute;
   left: 0;
}
@else {
   position: static;
}