mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -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 %}
|
||||
|
||||
{% 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 %}
|
||||
|
||||
Reference in New Issue
Block a user