]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Fix webpack docs
authorJeremy Thomas <bbxdesign@gmail.com>
Sat, 18 May 2019 15:06:24 +0000 (16:06 +0100)
committerJeremy Thomas <bbxdesign@gmail.com>
Sat, 18 May 2019 15:06:24 +0000 (16:06 +0100)
docs/documentation/customize/with-webpack.html

index e078e7c7886ccbd0e03bd2a74c73dd1c86a24736..32496e319bcc146270a707d81e559a76c6fc2322 100644 (file)
@@ -140,7 +140,7 @@ module.exports = {
   </div>
 {% endcapture %}
 
-{% capture step_3.5 %}
+{% capture step_3_5 %}
   <div class="content">
     <p>
       Create a <code>webpack.config.js</code> file:
@@ -233,10 +233,10 @@ Wrote CSS to /path/to/mybulma/css/mystyles.css
 %}
 
 <hr>
-    
+
 {% include components/step.html
   title="3.5. Create a webpack config (Webpack 4)"
-  content=step_3.5
+  content=step_3_5
 %}
 
 <hr>