Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support for flex-grow and flex-shrink and gutters in flex-layout mixin #23

Open
djurnamn opened this issue Aug 19, 2019 · 0 comments
Open
Assignees
Labels
enhancement New feature or request scss Sass

Comments

@djurnamn
Copy link
Member

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!

@djurnamn djurnamn added enhancement New feature or request scss Sass labels Aug 19, 2019
@djurnamn djurnamn self-assigned this Aug 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request scss Sass
Projects
None yet
Development

No branches or pull requests

1 participant