From 2ced828caacba17671b24563a2b93f244f054059 Mon Sep 17 00:00:00 2001
From: Marek Kowalczyk
Date: Sat, 31 Jul 2021 00:01:42 +0200
Subject: [PATCH] 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.
---
docs/documentation/customize/with-sass-cli.html | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/docs/documentation/customize/with-sass-cli.html b/docs/documentation/customize/with-sass-cli.html
index d48c1914..51bbcb23 100644
--- a/docs/documentation/customize/with-sass-cli.html
+++ b/docs/documentation/customize/with-sass-cli.html
@@ -41,10 +41,11 @@ Sass 3.5.3 (Bleeding Edge)
If you are on Windows and use Chocolatey, you can try choco install sass
.
- If you are on Mac and use Homebrew, you can try brew install sass/sass/sass
.
+ If you are on Mac and use Homebrew, you can try brew install sass/sass/sass
. Test your Homebrew installation with sass --version
.
+
{% endcapture %}
{% capture step_2 %}