From 13dc5052ebf784cd4dc6a2cf7bd0b74c7c5d8f3d Mon Sep 17 00:00:00 2001 From: Jeff Baxendale Date: Mon, 18 Nov 2024 18:27:35 -0500 Subject: [PATCH] or maybe put them back --- scss/bootstrap.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scss/bootstrap.scss b/scss/bootstrap.scss index e875a92c..6d5aaa51 100644 --- a/scss/bootstrap.scss +++ b/scss/bootstrap.scss @@ -1,3 +1,3 @@ -@import 'bootstrap/scss/functions'; -@import 'bootstrap/scss/variables'; -@import 'bootstrap/scss/mixins'; +@import '~bootstrap/scss/functions'; +@import '~bootstrap/scss/variables'; +@import '~bootstrap/scss/mixins';