mirror of
https://github.com/jgthms/bulma
synced 2026-03-22 05:04:28 -07:00
Update with-sass-cli.html
Changed sintax of "no-source-map"
This commit is contained in:
committed by
Jeremy Thomas
parent
64f739c0c9
commit
514229c985
@@ -64,11 +64,11 @@ Sass 3.5.3 (Bleeding Edge)
|
|||||||
{% endcapture %}
|
{% endcapture %}
|
||||||
|
|
||||||
{% capture build_sass %}
|
{% capture build_sass %}
|
||||||
sass --sourcemap=none sass/mystyles.scss:css/mystyles.css
|
sass --no-source-map sass/mystyles.scss:css/mystyles.css
|
||||||
{% endcapture %}
|
{% endcapture %}
|
||||||
|
|
||||||
{% capture watch_sass %}
|
{% 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 %}
|
{% endcapture %}
|
||||||
|
|
||||||
{% capture step_5 %}
|
{% capture step_5 %}
|
||||||
|
|||||||
Reference in New Issue
Block a user