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
The flex-layout mixin outputs nothing when first argument is not passed (unlike in inline-layout). The way it works currently (using calc()) makes it impossible to combine columns with auto width (or flex-grow/flex-shrink properties) and gutters. We should look into using the inline-layout approach with negative margin wrapper/padding inner for this as well!
The text was updated successfully, but these errors were encountered:
The
flex-layout
mixin outputs nothing when first argument is not passed (unlike ininline-layout
). The way it works currently (usingcalc()
) makes it impossible to combine columns with auto width (or flex-grow/flex-shrink properties) and gutters. We should look into using theinline-layout
approach with negative margin wrapper/padding inner for this as well!The text was updated successfully, but these errors were encountered: