-
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
New Responsive Grids: Better Defaults, and Customizations via Tooling or Web UI #267
Merged
Merged
Changes from 3 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
b2212f9
Remove grids-r.css
tilomitra 477833c
add .img-responsive class to base.css
tilomitra 5e6fd01
remove .pure-g-r from forms manual test
tilomitra d1ab35a
add grunt-pure-grids dependency
tilomitra e91b2be
remove grid_units grunt task, add pure_grids task
tilomitra c4f2a08
Revert "remove grid_units grunt task, add pure_grids task"
tilomitra 3cd8d78
Revert "add grunt-pure-grids dependency"
tilomitra f21710a
Merge branch 'master' into remove-responsive-grid
tilomitra be5576d
update pure_grids with responsive sub-task
tilomitra cf34ac3
update .img-responsive to .pure-img
tilomitra 3bbbf47
add responsive grid manual test
tilomitra a264619
Use grids-responsive.css on Forms manual test
ericf b197749
Remove grids-nr.css build file, now that there's grids-responsive.css
ericf 6070d62
Merge pull request #9 from ericf/new-responsive-grids
tilomitra 9f59f01
add HISTORY.md for Grids and Base changes
tilomitra b2d0b16
Merge branch 'remove-responsive-grid' of github.com:tilomitra/pure in…
tilomitra 6b353a1
update HISTORY with related issues
tilomitra File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is it not prefixed with
pure
?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah good point, this should be. I also think we could probably drop this style. Anyone who's doing something with images in their grid can easily add these styles.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's pretty important to have a fundamental class such as this in Pure. Everyone uses this technique for responsive images, so instead of people duplicating this class in their app codebase, it should be provided by Pure. I agree that it should have a
pure
prefix though.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about:
pure-img
?