offset-0
This commit is contained in:
parent
bb483ab640
commit
749427a078
|
@ -42,8 +42,10 @@
|
|||
|
||||
// Добавляем классы для смещения колонок
|
||||
@for $i from 0 through $grid-columns - 1 {
|
||||
.offset#{$infix}-#{$i} {
|
||||
@include make-col-offset($i, $grid-columns);
|
||||
@if $i > 0 {
|
||||
.offset#{$infix}-#{$i} {
|
||||
@include make-col-offset($i, $grid-columns);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user