From c8fa1fd0f7db6d2b1fcaa887930d05a730ef1060 Mon Sep 17 00:00:00 2001 From: mikwee Date: Fri, 5 Nov 2021 17:32:56 +0200 Subject: [PATCH] Fixing the import --- src/styles/roots.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/roots.scss b/src/styles/roots.scss index 8b97bd0..f0ba82a 100644 --- a/src/styles/roots.scss +++ b/src/styles/roots.scss @@ -1,2 +1,2 @@ $btn-border-radius: 25px; -@import "../node_modules/bootstrap/scss/bootstrap"; \ No newline at end of file +@import "./node_modules/bootstrap/scss/bootstrap.scss"; \ No newline at end of file