mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Remove duplicate "with" in concepts.html
This commit is contained in:
@@ -65,18 +65,18 @@ breadcrumb:
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
This can be achieved with:
|
||||
This can be achieved with any of the following:
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<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>
|
||||
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>
|
||||
with <a href="{{ site.url }}{{ webpack_link.path }}">webpack</a>
|
||||
<a href="{{ site.url }}{{ webpack_link.path }}">webpack</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user