scssファイルの保存で、cssファイルの自動更新をさせる

sass --watch input.scss:output.css

書き出し方法を後に付け加えることができる。

sass --watch input.scss:output.css --style expanded