Adding flag `--version`

``sass -v`` as installed via Homebrew throws an error. The proper flag is ``--version``. Not sure about the ``gem`` version so I'm not changing it.
This commit is contained in:
Marek Kowalczyk 2021-07-31 00:01:42 +02:00 committed by GitHub
parent f2608914cd
commit 2ced828caa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,10 +41,11 @@ Sass 3.5.3 (Bleeding Edge)
If you are on <strong>Windows</strong> and use <strong>Chocolatey</strong>, you can try <code>choco install sass</code>.
</p>
<p>
If you are on <strong>Mac</strong> and use <strong>Homebrew</strong>, you can try <code>brew install sass/sass/sass</code>.
If you are on <strong>Mac</strong> and use <strong>Homebrew</strong>, you can try <code>brew install sass/sass/sass</code>. Test your Homebrew installation with <code>sass --version</code>.
</p>
</div>
</div>
</div>
{% endcapture %}
{% capture step_2 %}