In terminal run this command in the folder where the systlesheets are:
sass --watch style.scss:style.css
Source:
http://sass-lang.com/
When ever it notices a change in the .scss file it will update your .css
This only works when your .scss is on your local machine. Try copying the code to a file and running it locally.