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

Need a way to generate responsive grid without generating the regular grid #6

Closed
tilomitra opened this issue Dec 23, 2013 · 2 comments
Labels

Comments

@tilomitra
Copy link
Contributor

We are still keeping grid-units.css inside Pure, so that will get pulled in with pure-min.css. Users just need to generate a responsive grid with the media queries that they want.

We need a way to generate the responsive grid without generating the default Pure Grid. Is this possible using the current rework plugin?

@tilomitra
Copy link
Contributor Author

I think it was better when units() and mediaQueries() were separate :( It allowed us to generate a regular grid, or just a grid within media queries.

@ericf
Copy link
Collaborator

ericf commented Dec 27, 2013

Okay, good point, ill refactor this to use two plugins again. And have the media query plugin copy from the units rules based on the selectorPrefix.

tilomitra added a commit to tilomitra/pure-site that referenced this issue Dec 27, 2013
This Gruntfile generates the responsive grid needed for the Pure Site
via rework-pure-grids.

As of this commit, we need to fix
pure-css/rework-pure-grids#6 so until we do that,
you have to manually remove the non-media query rules from the outputted
CSS.
@ericf ericf closed this as completed in 758fdfd Jan 2, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants