From 6c86293a131a6a4b4af322cfd8b48e32965d402f Mon Sep 17 00:00:00 2001 From: Semenyak Nikita Date: Sat, 13 Oct 2018 23:46:55 +0300 Subject: [PATCH] introduced an ordering dependency between layout/hero and components/navbar --- docs/_includes/steps/add-custom-styles.html | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/_includes/steps/add-custom-styles.html b/docs/_includes/steps/add-custom-styles.html index 2f139e2a..101c9ef2 100644 --- a/docs/_includes/steps/add-custom-styles.html +++ b/docs/_includes/steps/add-custom-styles.html @@ -33,6 +33,7 @@ $input-shadow: none; @import "../node_modules/bulma/sass/elements/container.sass"; @import "../node_modules/bulma/sass/elements/form.sass"; @import "../node_modules/bulma/sass/elements/title.sass"; +@import "../node_modules/bulma/sass/components/navbar.sass" @import "../node_modules/bulma/sass/layout/hero.sass"; @import "../node_modules/bulma/sass/layout/section.sass"; {% endcapture %}