Doesn't the grid make media queries obsolete?
No, you might want to rearrange the areas differently depending on the resolution. I mean, differently from what auto-placement usually does.
Ok I get it, a really small screen may want a stacked view (which grid does automatically) but, one may want the stack rearranged in some way...
Sort of, we can build responsive layouts with grid but we can define further fixes using media queries if required.
Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink.
Hide child comments as well
Confirm
For further actions, you may consider blocking this person and/or reporting abuse
We're a blogging-forward open source social network where we learn from one another
Doesn't the grid make media queries obsolete?
No, you might want to rearrange the areas differently depending on the resolution.
I mean, differently from what auto-placement usually does.
Ok I get it, a really small screen may want a stacked view (which grid does automatically) but, one may want the stack rearranged in some way...
Sort of, we can build responsive layouts with grid but we can define further fixes using media queries if required.