introduced an ordering dependency between layout/hero and components/navbar
This commit is contained in:
parent
4283f2e80d
commit
6c86293a13
1 changed files with 1 additions and 0 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Reference in a new issue