Use forward instead of use for… consistency?

This commit is contained in:
benjamin melançon 2025-07-19 19:09:36 -04:00
parent 7ee525c7d2
commit b0abc26b67

View file

@ -3,7 +3,8 @@
@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.
@use "../../node_modules/bulma/sass/utilities" with (
@forward "../../node_modules/bulma/sass/utilities" with (
$background: white,
);
@forward "fonts";