-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Grid without breakpoints #270
Comments
isn't this the same? #267 |
@penibelst Yup, exactly! We're working on it and building the tooling and updating the website to make it easy to customize Pure Grids with your app's specific breakpoints. @narcis-radu it is the same, but we'll leave this open until #267 is merged. |
@ericf @narcis-radu Great news. Can’t wait to use it. I close this one and subscribe to the duplicate. |
@penibelst You can start using the CLI today. We have a first version of a Rework plugin that generates custom grid unit sizes along with media queries: rework-pure-grids. We don't have a Grunt plugin to wrap this yet, but could look how we're using |
Right now, @tilomitra and I are dogfooding these new tools by converting Pure's website to use mobile-first styles. Since these tools are written in JavaScript, we're planning to use them to power a completely revamp the Grids page of the website with a fancy interactive web UI for customizing Grids for your app. |
@ericf I’ll wait until the Grid page is ready. |
What about give the user really pure grids without breakpoints inside? Instead I’d like to define my own breakpoints in the header of page:
The
grid-medium.css
should only contain the medium units:Do you think that way is possible in feature?
The text was updated successfully, but these errors were encountered: