fix: Fix path to bootstrap
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
// overwrite variables
|
// overwrite variables
|
||||||
$body-bg: #fdfdfd;
|
$body-bg: #fdfdfd;
|
||||||
$enable-responsive-font-sizes: true;
|
$enable-responsive-font-sizes: true;
|
||||||
@import "../node_modules/bootstrap/scss/bootstrap.scss";
|
@import "../../node_modules/bootstrap/scss/bootstrap.scss";
|
||||||
|
|||||||
Reference in New Issue
Block a user