fix: Fix path to bootstrap
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-01-10 19:01:43 +01:00
parent de4f3d93bb
commit 1b05928a98

View File

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