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
Nice catch—this completes the custom grid mixins. Didn't realize we were just missing this one part.
Worth noting though that your calling of the mixing with the variable isn't necessary for the base styles. Given that @grid-gutter-width is the default value, it'll be there unless you customize it.
I suggest this improvement on the .container mixin. I think it's a nice way to use containers with multiple grid system.
Suggested new mixins with @gutter param.
My pull request is ready if you are ok with that.
The text was updated successfully, but these errors were encountered: