From b359ec66ca6974fcfd50e51319695d458e1090d8 Mon Sep 17 00:00:00 2001 From: timothypidashev Date: Thu, 15 Jul 2021 03:27:07 +0000 Subject: [PATCH] remove unneeded deps --- assets/scss/custom.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/assets/scss/custom.scss b/assets/scss/custom.scss index 6b57441..b87b94b 100644 --- a/assets/scss/custom.scss +++ b/assets/scss/custom.scss @@ -14,7 +14,6 @@ $theme-colors: ( @import "~/node_modules/bootstrap/scss/functions"; @import "~/node_modules/bootstrap/scss/variables"; @import "~/node_modules/bootstrap/scss/mixins"; -@import "~/node_modules/1bootstrap/scss/root"; @import "~/node_modules/bootstrap/scss/reboot"; @import "~/node_modules/bootstrap/scss/type"; @import "~/node_modules/bootstrap/scss/images";