From 514229c985e0146039d6960a220f317876c39f8d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Juan=20Ram=C3=B3n=20Bonell=20Marti?= Date: Tue, 16 Aug 2022 10:10:07 -0600 Subject: [PATCH] Update with-sass-cli.html Changed sintax of "no-source-map" --- docs/documentation/customize/with-sass-cli.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/documentation/customize/with-sass-cli.html b/docs/documentation/customize/with-sass-cli.html index d48c1914a..1d6ca5778 100644 --- a/docs/documentation/customize/with-sass-cli.html +++ b/docs/documentation/customize/with-sass-cli.html @@ -64,11 +64,11 @@ Sass 3.5.3 (Bleeding Edge) {% endcapture %} {% capture build_sass %} -sass --sourcemap=none sass/mystyles.scss:css/mystyles.css +sass --no-source-map sass/mystyles.scss:css/mystyles.css {% endcapture %} {% capture watch_sass %} -sass --watch --sourcemap=none sass/mystyles.scss:css/mystyles.css +sass --watch --no-source-map sass/mystyles.scss:css/mystyles.css {% endcapture %} {% capture step_5 %} -- 2.47.2