From: Juan Ramón Bonell Marti Date: Tue, 16 Aug 2022 16:10:07 +0000 (-0600) Subject: Update with-sass-cli.html X-Git-Tag: 1.0.0~69 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=514229c985e0146039d6960a220f317876c39f8d;p=thirdparty%2Fbulma.git Update with-sass-cli.html Changed sintax of "no-source-map" --- 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 %}