SUSY - создание классов для сетки
[class*="col-"] { @include gutters; float: left; } @for $i from 1 through 12 { .col-#{$i} { width: span($i of 12); } }