mirror of
https://github.com/jgthms/bulma
synced 2026-03-22 05:04:28 -07:00
Fix webpack to lowercase
This commit is contained in:
@@ -118,8 +118,8 @@
|
|||||||
"path": "/documentation/customize/with-sass-cli"
|
"path": "/documentation/customize/with-sass-cli"
|
||||||
},
|
},
|
||||||
"customize-webpack": {
|
"customize-webpack": {
|
||||||
"name": "With Webpack",
|
"name": "With webpack",
|
||||||
"subtitle": "Use Bulma with Webpack",
|
"subtitle": "Use Bulma with webpack",
|
||||||
"color": "warning",
|
"color": "warning",
|
||||||
"icon_brand": "true",
|
"icon_brand": "true",
|
||||||
"icon": "js",
|
"icon": "js",
|
||||||
|
|||||||
@@ -76,7 +76,7 @@ breadcrumb:
|
|||||||
with the <a href="{{ site.url }}{{ sass_cli_link.path }}">Sass CLI</a>
|
with the <a href="{{ site.url }}{{ sass_cli_link.path }}">Sass CLI</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
with <a href="{{ site.url }}{{ webpack_link.path }}">Webpack</a>
|
with <a href="{{ site.url }}{{ webpack_link.path }}">webpack</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user