Flex-parent mixin

@mixin flex-parent-left { display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: center; align-content: flex-start; } @mixin flex-parent-right { display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: center; align-content: flex-end; }

1 Response

Write a comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.