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>
$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"
@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"