how to write sass code code example
Example 1: sass to scss
# You can do it with SASS itself
# Nevermind these malware infested sites below
sass-convert style.sass style.scss
Example 2: scss
sass --watch input.scss output.css
Example 3: scss
sass --watch app/sass:public/stylesheets