From 1b05928a98b040fbf130f6cd657d04199346c3f2 Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Fri, 10 Jan 2025 19:01:43 +0100 Subject: [PATCH] fix: Fix path to bootstrap --- _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 9a35841..bcee980 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 "../node_modules/bootstrap/scss/bootstrap.scss"; +@import "../../node_modules/bootstrap/scss/bootstrap.scss";