You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So the main gutter does get removed, it’s only the outer gutter that stays and that is counteracted by the negative margins on the outside of the grid.
I’ve got a test case on the JE site that looks like it works ok, but I’ll try setting up some generic ones in the docs as well just to make sure this works as planned (unless you have an example of it not working as expected?)
See the gutter code here: https://github.com/TryKickoff/kickoff-grid.css/blob/master/scss/index.scss#L62-L70
Should this not be removed when the columns are stacked? Like only above a specific breakpoint.
Could something like this be used so that gutters are applied only above a certain breakpoint?
.g--gutter--mid {}
The text was updated successfully, but these errors were encountered: