mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Fix webpack docs
This commit is contained in:
parent
ddd1d28f61
commit
9f82b255da
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user