There is a Ruby wrapper around the W3C CSS Validator so you can write a simple script to check the output css from scss.
I also found this integration with Compass so if you use Compass to compile your scss, it might be helpful. I haven't used this so I'm not sure how it works but I've had a good experience with the W3C CSS Validator.
Answer from sunnyrjuneja on Stack OverflowThere is a Ruby wrapper around the W3C CSS Validator so you can write a simple script to check the output css from scss.
I also found this integration with Compass so if you use Compass to compile your scss, it might be helpful. I haven't used this so I'm not sure how it works but I've had a good experience with the W3C CSS Validator.
I'd really like the same thing built into rails or my development environment somehow.
I found this online tool to be incredibly helpful (it finds errors, but also hints at things I was doing that could cause unintended results)
http://beautifytools.com/scss-compiler.php
Copy paste .scss file into the left hand side and click 'Compile SCSS'