grids-and-rulers
grids-and-rulers copied to clipboard
Allow setting boundaries (Media Queries) for grids
I have different grids depending on the viewport, so having the same grid definition for all viewports doesn't work.
Even without Media Queries in my code, I sometimes have a max-width
on a global container, so the grid is fluid bellow, and fixed above…
It could be possible to add a media query field to automatically toggle a grid or ruler. Is it what you are asking for?
Yes, that would be perfect! 👍