This commit is contained in:
Jeremy Thomas
2024-04-29 12:49:22 +01:00
parent f062fa3aa4
commit 6da946f083
18 changed files with 456 additions and 445 deletions

View File

@@ -10,7 +10,7 @@ $column-min-base: 1.5rem;
@mixin fixed-grid-properties($suffix: "") {
@for $i from 1 through $max-column-count {
&.#{iv.$class-prefix}has-#{$i}-cols#{$suffix} {
.#{iv.$class-prefix}grid {
> .#{iv.$class-prefix}grid {
@include cv.register-var("grid-column-count", #{$i});
}
}
@@ -24,7 +24,7 @@ $grid-container-name: bulma-fixed-grid;
container-name: $grid-container-name;
container-type: inline-size;
.#{iv.$class-prefix}grid {
> .#{iv.$class-prefix}grid {
@include cv.register-vars(
(
"grid-gap-count": calc(#{cv.getVar("grid-column-count")} - 1),