]> git.ipfire.org Git - ipfire.org.git/commitdiff
CSS: Import Bulma utilities first
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 14 Mar 2023 11:13:47 +0000 (11:13 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 14 Mar 2023 11:13:47 +0000 (11:13 +0000)
This will set all default variables in Bulma so that any of the
variables that we set will take effect when importing any components.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/scss/main.sass

index 4bd4059d851ff75f397a8eaf6c999622cc7e0d1c..19583364cc0d5799038e0fbf6d69cec2f51e6165 100644 (file)
@@ -19,6 +19,7 @@ $button-border-width:                 4px
 $button-padding-horizontal:            2rem
 
 // Import Bulma
+@import "../third-party/bulma/sass/utilities/_all.sass"
 @import "../third-party/bulma/sass/base/_all.sass"
 @import "../third-party/bulma/sass/components/_all.sass"
 @import "../third-party/bulma/sass/elements/_all.sass"
@@ -26,7 +27,6 @@ $button-padding-horizontal:           2rem
 @import "../third-party/bulma/sass/grid/_all.sass"
 @import "../third-party/bulma/sass/helpers/_all.sass"
 @import "../third-party/bulma/sass/layout/_all.sass"
-@import "../third-party/bulma/sass/utilities/_all.sass"
 
 // Import fonts
 @import "_fonts"