milohuang / reverie

Reverie is a versatile HTML5 responsive WordPress framework based on ZURB's Foundation.
http://theakiba.com/reverie/
MIT License
916 stars 196 forks source link

Error when compiling SCSS #187

Closed PyroSteveJr closed 11 years ago

PyroSteveJr commented 11 years ago

the style.scss has @import "foundation" on line 13 which does not seem to exist. I'm just learning SASS/SCSS so it might be me.

wltgreenwood commented 11 years ago

You have to install the gem on your system.

http://foundation.zurb.com/docs/sass.html

You need to install Ruby and Rails if you want to do this. Alternatively, you can download the SASS part of Foundation and put it in a folder in your theme: https://github.com/zurb/foundation/tree/master/scss

If you are going the Rails path and using SASS, I recommend also using Compass (http://compass-style.org/install/) as it includes many of the common mixins and it will make your life easier.