How To Compile the SCSS into CSS
- Install Ruby (if necessary)
- Install Compass (if necessary):
gem install compass
- Install Zurb Foundation (if necessary):
gem install zurb-foundation
- Compile the SCSS (run this command from the same folder as
config.rb
):compass compile
It's just that simple!