From 26aa6b7831b3725f0d11c8fbea2d548c6894fa31 Mon Sep 17 00:00:00 2001 From: Bobson Lin Date: Sat, 6 Feb 2021 10:11:03 +0800 Subject: [PATCH] Import bootstrap nav scss in cyborg/spacelab theme --- src/scss/cyborg-theme.scss | 3 +-- src/scss/spacelab-theme.scss | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/scss/cyborg-theme.scss b/src/scss/cyborg-theme.scss index 1e976a3..1df32d9 100644 --- a/src/scss/cyborg-theme.scss +++ b/src/scss/cyborg-theme.scss @@ -26,8 +26,7 @@ @import "../../node_modules/bootstrap/scss/pagination"; @import "../../node_modules/bootstrap/scss/forms"; @import "../../node_modules/bootstrap/scss/modal"; - - +@import "../../node_modules/bootstrap/scss/nav"; @import "../scss/cyborg/bootswatch"; diff --git a/src/scss/spacelab-theme.scss b/src/scss/spacelab-theme.scss index 46a23de..4e520d8 100644 --- a/src/scss/spacelab-theme.scss +++ b/src/scss/spacelab-theme.scss @@ -25,5 +25,6 @@ @import "../../node_modules/bootstrap/scss/tables"; @import "../../node_modules/bootstrap/scss/pagination"; @import "../../node_modules/bootstrap/scss/forms"; +@import "../../node_modules/bootstrap/scss/nav"; @import "../scss/spacelab/bootswatch";