From 7b4f8954b391d9c7fc80b3b6da50fdd14ceb09d5 Mon Sep 17 00:00:00 2001 From: JC Brand Date: Tue, 27 Jul 2021 14:51:43 +0200 Subject: [PATCH] No longer necessary to import Bootstrap dropdown styles in index --- src/shared/styles/index.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/src/shared/styles/index.scss b/src/shared/styles/index.scss index 1c4a04b30..1f7660a3b 100644 --- a/src/shared/styles/index.scss +++ b/src/shared/styles/index.scss @@ -18,7 +18,6 @@ @import "bootstrap/scss/images"; @import "bootstrap/scss/grid"; @import "bootstrap/scss/transitions"; - @import "bootstrap/scss/dropdown"; @import "bootstrap/scss/nav"; @import "bootstrap/scss/alert"; @import "bootstrap/scss/media";