bulma
bulma copied to clipboard
Fixes wrong import path in page customize with sass-cli #3489
This is a documentation fix. Fixes #3489
Proposed solution
Two changes:
- Fix bulma folder path for unzipped releases, adding the intermediate
/bulma
folder - Replace hardcoded paths in
docs\_includes\steps\add-custom-styles.html
with a variable "path" and a for loop. Pageswith-webpack.html
andwith-node-sass.html
pages assign path to../node_modules/bulma
and pagewith-sass-cli.html
sets it to../bulma-{version}/bulma
Tradeoffs
The for loop adds a tiny bit of complexity.
Testing Done
None.
Changelog updated?
No.