From ddd7f1eb5e0f280359e826b5871d59b2a8caff62 Mon Sep 17 00:00:00 2001 From: Adam Piontek Date: Tue, 13 Sep 2022 21:57:23 -0400 Subject: [PATCH] fix bs scss import --- style.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.scss b/style.scss index 09a9ea1..2d2a4fe 100644 --- a/style.scss +++ b/style.scss @@ -1,5 +1,6 @@ @use "sass:math"; -@import "../node_modules/bootstrap/scss/bootstrap"; + +@import "./node_modules/bootstrap/scss/bootstrap"; #gamePyramid { display: grid;