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,12 +42,14 @@
// Добавляем классы для смещения колонок // Добавляем классы для смещения колонок
@for $i from 0 through $grid-columns - 1 { @for $i from 0 through $grid-columns - 1 {
@if $i > 0 {
.offset#{$infix}-#{$i} { .offset#{$infix}-#{$i} {
@include make-col-offset($i, $grid-columns); @include make-col-offset($i, $grid-columns);
} }
} }
} }
} }
}
// Добавляем только используемые классы display для разных размеров экрана // Добавляем только используемые классы display для разных размеров экрана
@each $breakpoint in map-keys($grid-breakpoints) { @each $breakpoint in map-keys($grid-breakpoints) {