-
Notifications
You must be signed in to change notification settings - Fork 12.3k
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
Separate out the styles and print styles from main.css #1448
Conversation
… pulled in separately with Bower
Hey. This is personal request, not something that is benefit for all the people here. |
Ok. Thanks anyways! On Oct 20, 2013, at 3:49 PM, Zlatan Vasović notifications@github.com wrote:
|
We already split up main.css and normalize.css in there own files. I don't think it is necessary to do this for the other parts of main.css too. Everyone can do this on their own if required. |
Hey Jason, I have a solution. You can split these files easily. Print part 2013/10/20 Jason Bradley notifications@github.com
Zlatan Vasović - ZDroid |
What would you suggest using to split the file? Is there a grunt plugin?
|
No. Just copy everything from 2013/10/22 Jason Bradley notifications@github.com
Zlatan Vasović - ZDroid |
Our project uses HTML5 boilerplate, but because of how we load our styles, we need the main styles and print styles separated. We want to pull all of this in via Bower, so we need the main.css file split out into two files.