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

Fixes for CSS double-includes / override behavior #92

Merged
merged 2 commits into from
Nov 30, 2013

Conversation

tdumitrescu
Copy link
Contributor

@kylefinley is this roughly what you were looking for in #91?

It turns out that not only was Bootstrap being included twice in app.css, but also the files included in app.less (overrides and variables). I moved those includes into a separate directory so that they could easily be ignored (but still watched) without a bunch of extra code in config.coffee.

I noticed some differences in margin behavior at >1200px wide; this is because the old version had vanilla Bootstrap re-imported at the end, essentially re-overriding some previous overrides and media queries. Not sure whether you consider that a good or bad thing...

@kylefinley
Copy link
Member

Excellent work @tdumitrescu! Thank you very much for doing this!

kylefinley added a commit that referenced this pull request Nov 30, 2013
Fixes for CSS double-includes / override behavior, Thanks @tdumitrescu
@kylefinley kylefinley merged commit 288f021 into scotch:master Nov 30, 2013
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

Successfully merging this pull request may close these issues.

2 participants