fix bulma.sass path

the bulma archive has bulma.sass directly at the root of the bulma-$version/ directory, not in a bulma subdirectory. contradicting the documentation.
This commit is contained in:
Gabriel Pettier 2020-01-01 04:48:38 +01:00 committed by Jeremy Thomas
parent a2768e27ff
commit 617febbfbf

View File

@ -119,7 +119,7 @@ sass --watch --sourcemap=none sass/mystyles.scss:css/mystyles.css
<hr>
{% assign bulma_path = site.data.meta.version | prepend: "../bulma-" | append: "/bulma/bulma.sass" %}
{% assign bulma_path = site.data.meta.version | prepend: "../bulma-" | append: "/bulma.sass" %}
{% include steps/create-sass-file.html
number="3"