mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
added !default to $gap-base
It would be awesome to customize the gap behavior.
This commit is contained in:
parent
d2687d444c
commit
c69ca21308
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user