mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Fix webpack docs
This commit is contained in:
@@ -140,7 +140,7 @@ module.exports = {
|
|||||||
</div>
|
</div>
|
||||||
{% endcapture %}
|
{% endcapture %}
|
||||||
|
|
||||||
{% capture step_3.5 %}
|
{% capture step_3_5 %}
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<p>
|
<p>
|
||||||
Create a <code>webpack.config.js</code> file:
|
Create a <code>webpack.config.js</code> file:
|
||||||
@@ -233,10 +233,10 @@ Wrote CSS to /path/to/mybulma/css/mystyles.css
|
|||||||
%}
|
%}
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
{% include components/step.html
|
{% include components/step.html
|
||||||
title="3.5. Create a webpack config (Webpack 4)"
|
title="3.5. Create a webpack config (Webpack 4)"
|
||||||
content=step_3.5
|
content=step_3_5
|
||||||
%}
|
%}
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
|
|||||||
Reference in New Issue
Block a user