mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Webpack instructions - Update to fix missing semicolon
added in a missing semicolon that breaks imports when using sass-loader with webpack if the code is copied directly into a .SCSS file.
This commit is contained in:
parent
6c86293a13
commit
fe77f0b2ee
@ -33,7 +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/components/navbar.sass";
|
||||
@import "../node_modules/bulma/sass/layout/hero.sass";
|
||||
@import "../node_modules/bulma/sass/layout/section.sass";
|
||||
{% endcapture %}
|
||||
|
Loading…
Reference in New Issue
Block a user