##Compass gem - getting started ###The Compass gem provides an easy way to compile .scss files into .css ####Since browsers currently only read .css files, .scss must be compiled to raw CSS before it can be viewed on a screen
##Install Compass
- If you have Ruby on your computer, run
$gem install compass
anywhere on the command line - That's it!
##Set up a new project with Compass
$compass create directoryName