**How To Compile the SCSS into CSS**

1. Install [Ruby](https://www.ruby-lang.org/en/) (if necessary)
1. Install Compass (if necessary): `gem install compass`
1. Install Zurb Foundation (if necessary): `gem install zurb-foundation`
1. Compile the SCSS (run this command from the same folder as `config.rb`): `compass compile`

It's just that simple!