From 9f82b255da22de55da65075034f5a1ec3167173d Mon Sep 17 00:00:00 2001 From: Jeremy Thomas Date: Sat, 18 May 2019 16:06:24 +0100 Subject: [PATCH] Fix webpack docs --- docs/documentation/customize/with-webpack.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/documentation/customize/with-webpack.html b/docs/documentation/customize/with-webpack.html index e078e7c78..32496e319 100644 --- a/docs/documentation/customize/with-webpack.html +++ b/docs/documentation/customize/with-webpack.html @@ -140,7 +140,7 @@ module.exports = { {% endcapture %} -{% capture step_3.5 %} +{% capture step_3_5 %}

Create a webpack.config.js file: @@ -233,10 +233,10 @@ Wrote CSS to /path/to/mybulma/css/mystyles.css %}


- + {% include components/step.html title="3.5. Create a webpack config (Webpack 4)" - content=step_3.5 + content=step_3_5 %}
-- 2.47.2