use @forward not @import for importing styles

This commit is contained in:
Cucumberrbob 2025-02-28 12:38:20 +00:00
parent e06c1efb6a
commit 91ee1f8462
No known key found for this signature in database
GPG key ID: 2B935C47401C3614

View file

@ -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";