Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

app.scss vs style.scss #292

Open
sjoonk opened this issue Jun 5, 2014 · 1 comment
Open

app.scss vs style.scss #292

sjoonk opened this issue Jun 5, 2014 · 1 comment

Comments

@sjoonk
Copy link

sjoonk commented Jun 5, 2014

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
Copy link

gpspake commented Jun 5, 2014

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants