From febb068400fc37c44987dbf3052bd7de5743d1fa Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Fri, 3 Jan 2025 19:20:58 +0100 Subject: [PATCH] fix: use relative import statement --- _assets/css/_bootstrap-custom.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_assets/css/_bootstrap-custom.scss b/_assets/css/_bootstrap-custom.scss index ed50daa..9a35841 100644 --- a/_assets/css/_bootstrap-custom.scss +++ b/_assets/css/_bootstrap-custom.scss @@ -1,4 +1,4 @@ // overwrite variables $body-bg: #fdfdfd; $enable-responsive-font-sizes: true; -@import "bootstrap"; +@import "../node_modules/bootstrap/scss/bootstrap.scss";