offset-0
All checks were successful
deploy / testbuild (push) Successful in 2m25s
deploy / Update templates on Mailgun (push) Has been skipped

This commit is contained in:
Untone 2024-10-08 22:59:13 +03:00
parent bb483ab640
commit 749427a078

View File

@ -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);
}
} }
} }
} }