milohuang / reverie

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

app.scss vs style.scss #292

Open sjoonk opened 10 years ago

sjoonk commented 10 years ago

I'm sorry it's not issue, it's just a question. You know, reverie has two stylesheet files by default: app.scss and style.scss. I know the app.scss is a wrapper for foundation framework and style.scss has reverie theme specific styles. But I found some reverie theme style on app.scss.

My question is what is the different between two stylesheet, and where do i put my custom style code between two?

gpspake commented 10 years ago

Both of those files are generated by their respective .scss files. The reason you see some duplicate css is because some of the same sass settings are imported in both of those files.

I would recommend using sass but If you don't want to, you can add your css to the bottom of style.css it should override anything above. This would be the easiest way. Or you can create a separate stylesheet and queue it up after style.css.

Zhen hasn't been around for a while so Reverie is slightly behind the latest version of Foundation. Until Reverie is updated, you might want to check out Grunterie. It's Reverie updated to version 5.2.2 of Foundation. Foundation 5.2.3 just came out and I plan to update Grunterie this weekend to the latest version.