mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
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:
parent
f2608914cd
commit
2ced828caa
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user