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
Interesting. I see how that's confusing, but it's because of an important difference between no-gutters and gutters: 0. Setting gutters to 0 actually changes your grid to work without gutters. no-gutters is a keyword that is used to not apply gutters in one specific location, without changing how the grid math is calculated.
Removing gutters from a gallery would require a change in the overall math. It's not just a matter of removing gutter output, you have to fill that space by making columns wider. For that, you need gutters: 0.
I'll keep this open as a bit of confusion to address next time we're making changes to syntax, but I'm not sure the solution is obvious.
what about changing @include gallery(2 of 12) to @include gallery(4 of 24)? It'll make "gutter" twice smaller. You can doing this further e.g. @include gallery(10 of 60)
e.g. "no-gutters" override is not respected in the gallery mixin. It uses the default gutter value.
See my reduced test case at http://sassmeister.com/gist/81552e16e6ba43b3c240
The text was updated successfully, but these errors were encountered: