From: Semenyak Nikita Date: Sat, 13 Oct 2018 20:46:55 +0000 (+0300) Subject: introduced an ordering dependency between layout/hero and components/navbar X-Git-Tag: 0.7.3~64 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6c86293a131a6a4b4af322cfd8b48e32965d402f;p=thirdparty%2Fbulma.git introduced an ordering dependency between layout/hero and components/navbar --- diff --git a/docs/_includes/steps/add-custom-styles.html b/docs/_includes/steps/add-custom-styles.html index 2f139e2a2..101c9ef25 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 %}