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";