Removed non-prefixed grid rules, Updated pages, Swapped core/site rules order
Update backgrounds.php, buttons.php, and 6 more files...
This commit is contained in:
@@ -7,13 +7,15 @@
|
||||
}
|
||||
|
||||
@mixin grid-col-maker($col-count, $middle-part) {
|
||||
.grid-col-#{$middle-part}#{$col-count}, .col-#{$middle-part}#{$col-count} {
|
||||
// , .col-#{$middle-part}#{$col-count}
|
||||
.grid-col-#{$middle-part}#{$col-count} {
|
||||
grid-template-columns: repeat(#{$col-count}, 1fr);
|
||||
}
|
||||
}
|
||||
|
||||
@mixin grid-gap-maker($gap-size-key, $gap-size-value) {
|
||||
.grid-gap-#{$gap-size-key}, .gap-#{$gap-size-key} {
|
||||
// , .gap-#{$gap-size-key}
|
||||
.grid-gap-#{$gap-size-key} {
|
||||
grid-gap: #{$gap-size-value};
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user