Commit f35f625b47cab7c8e294fbe4b4cacb4070ae7bb4

tokyovania 2022-10-25T16:23:09

find duplicate import

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/assets/css/app.scss b/assets/css/app.scss
index 64aa93c..d87e09d 100644
--- a/assets/css/app.scss
+++ b/assets/css/app.scss
@@ -5,7 +5,6 @@
 $primary: $kmx_blue;
 $danger: $kmx_orange;
 $dark: #000;
-@import "../node_modules/bootstrap/scss/bootstrap.scss";
 $font-family-sans-serif: "Inter", sans-serif;
 $font-family-monospace: "courier_new", "Courier New", monospace;
 @import "./courier_new.scss";