]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Fix webpack to lowercase
authorsunya9 <mugen.xyz@gmail.com>
Thu, 19 Jul 2018 16:44:16 +0000 (01:44 +0900)
committerJeremy Thomas <bbxdesign@gmail.com>
Thu, 19 Jul 2018 23:00:48 +0000 (00:00 +0100)
docs/_data/links.json
docs/documentation/customize/concepts.html

index f94496f3931062ffbbf135e09b5b5fa73375f959..4a57ac5d7e6ff9129e1b1f1c9b978d85fc4e6255 100644 (file)
       "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",
index 5fbe1d93c9a0dc01d5ff5af648f87720c1072cb6..ade9fc8b06605bd3d9c408b67092f5b3bf7ce787 100644 (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>