We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3f3e67 commit 2c0bd61Copy full SHA for 2c0bd61
docs/documentation/customize/concepts.html
@@ -65,18 +65,18 @@
65
</ul>
66
67
<p>
68
- This can be achieved with:
+ This can be achieved with any of the following:
69
</p>
70
71
<ul>
72
<li>
73
- with <a href="{{ site.url }}{{ node_sass_link.path }}">node-sass</a>
+ <a href="{{ site.url }}{{ node_sass_link.path }}">node-sass</a>
74
</li>
75
76
- 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>
77
78
79
- with <a href="{{ site.url }}{{ webpack_link.path }}">webpack</a>
+ <a href="{{ site.url }}{{ webpack_link.path }}">webpack</a>
80
81
82
</div>
0 commit comments