Use forward instead of use for… consistency?
This commit is contained in:
parent
7ee525c7d2
commit
b0abc26b67
1 changed files with 2 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue