]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
fix bulma.sass path
authorGabriel Pettier <gabriel.pettier@gmail.com>
Wed, 1 Jan 2020 03:48:38 +0000 (04:48 +0100)
committerJeremy Thomas <bbxdesign@gmail.com>
Sun, 5 Jan 2020 19:07:34 +0000 (19:07 +0000)
the bulma archive has bulma.sass directly at the root of the bulma-$version/ directory, not in a bulma subdirectory. contradicting the documentation.

docs/documentation/customize/with-sass-cli.html

index 50d52f6bb4f3280d249c39b2010873e05a7bb902..d48c1914a0ae1f7ca5435ffb81399cd31436b219 100644 (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"