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

Setting up SASS? #205

Open nl-vinyl opened 11 years ago

nl-vinyl commented 11 years ago

If I use: "compass watch path/to/project"

I place my global settings and mixins in the "scss/_settings.scss" file. Most stuff seems to work but I get a lot of errors when for example editing the topbar settings.

error app.scss (Line 45 of _settings.scss: Invalid CSS after "...; Darken by 30%": expected "{", was "$topbar-link-bg...") error style.scss (Line 45 of _settings.scss: Invalid CSS after "...; Darken by 30%": expected "{", was "$topbar-link-bg...")

Is SASS not working properly?

I am following this: http://foundation.zurb.com/docs/sass.html and am using compass.