fix: use relative import statement

This commit is contained in:
2025-01-03 19:20:58 +01:00
parent 872a5a052e
commit febb068400

View File

@ -1,4 +1,4 @@
// overwrite variables
$body-bg: #fdfdfd;
$enable-responsive-font-sizes: true;
@import "bootstrap";
@import "../node_modules/bootstrap/scss/bootstrap.scss";