Bring in Bulma utilities but override the background to set it back to white

Ref #114 #126
This commit is contained in:
benjamin melançon 2025-07-15 20:13:05 -04:00
parent 65aa18444e
commit f94ea2a8e0

View file

@ -3,7 +3,9 @@
@use "variables" as *; @use "variables" as *;
// Import each part of Bulma separately so we can layer in our styles. // 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. // 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 "fonts";
@forward "../../node_modules/bulma/sass/base/_index"; @forward "../../node_modules/bulma/sass/base/_index";
@forward "base"; @forward "base";