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