mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-28 12:24:23 +00:00
Remove duplicate "with" in concepts.html
This commit is contained in:
parent
f3f3e67475
commit
2c0bd61c00
@ -65,18 +65,18 @@ breadcrumb:
|
|||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
This can be achieved with:
|
This can be achieved with any of the following:
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
with <a href="{{ site.url }}{{ node_sass_link.path }}">node-sass</a>
|
<a href="{{ site.url }}{{ node_sass_link.path }}">node-sass</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
with the <a href="{{ site.url }}{{ sass_cli_link.path }}">Sass CLI</a>
|
the <a href="{{ site.url }}{{ sass_cli_link.path }}">Sass CLI</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
with <a href="{{ site.url }}{{ webpack_link.path }}">webpack</a>
|
<a href="{{ site.url }}{{ webpack_link.path }}">webpack</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user