Fix webpack to lowercase

This commit is contained in:
sunya9
2018-07-20 01:44:16 +09:00
committed by Jeremy Thomas
parent 69745cfda5
commit f3f1c78767
2 changed files with 3 additions and 3 deletions

View File

@@ -118,8 +118,8 @@
"path": "/documentation/customize/with-sass-cli"
},
"customize-webpack": {
"name": "With Webpack",
"subtitle": "Use Bulma with Webpack",
"name": "With webpack",
"subtitle": "Use Bulma with webpack",
"color": "warning",
"icon_brand": "true",
"icon": "js",

View File

@@ -76,7 +76,7 @@ breadcrumb:
with the <a href="{{ site.url }}{{ sass_cli_link.path }}">Sass CLI</a>
</li>
<li>
with <a href="{{ site.url }}{{ webpack_link.path }}">Webpack</a>
with <a href="{{ site.url }}{{ webpack_link.path }}">webpack</a>
</li>
</ul>
</div>