added !default to $gap-base

It would be awesome to customize the gap behavior.
This commit is contained in:
daveHylde 2024-04-01 20:27:28 +02:00
parent d2687d444c
commit c69ca21308

View File

@ -7,7 +7,7 @@
} }
$gaps: "gap", "column-gap", "row-gap"; $gaps: "gap", "column-gap", "row-gap";
$gap-base: 0.5rem; $gap-base: 0.5rem !default;
@each $gap in $gaps { @each $gap in $gaps {
@for $i from 0 through 8 { @for $i from 0 through 8 {