use @forward not @import for importing styles
This commit is contained in:
parent
e06c1efb6a
commit
91ee1f8462
1 changed files with 2 additions and 2 deletions
|
|
@ -1,2 +1,2 @@
|
|||
@import "../node_modules/bulma/bulma.sass";
|
||||
@import "../node_modules/@fortawesome/fontawesome-free/css/all.css";
|
||||
@forward "../node_modules/bulma/bulma.sass";
|
||||
@forward "../node_modules/@fortawesome/fontawesome-free/css/all.css";
|
||||
|
|
|
|||
Loading…
Reference in a new issue