Bring in Bulma utilities but override the background to set it back to white
Ref #114 #126
This commit is contained in:
parent
65aa18444e
commit
f94ea2a8e0
1 changed files with 3 additions and 1 deletions
|
@ -3,7 +3,9 @@
|
|||
@use "variables" as *;
|
||||
// Import each part of Bulma separately so we can layer in our styles.
|
||||
// Extend or override Bulam's base styles in this themes base.scss etc.
|
||||
@forward "../../node_modules/bulma/sass/utilities/_index";
|
||||
@use "../../node_modules/bulma/sass/utilities" with (
|
||||
$background: white,
|
||||
);
|
||||
@forward "fonts";
|
||||
@forward "../../node_modules/bulma/sass/base/_index";
|
||||
@forward "base";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue