mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Update with-sass-cli.html
Changed sintax of "no-source-map"
This commit is contained in:
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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user