@mixin flex-parent {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
align-items: center;
align-content: flex-start;
}
More details about flex-box here: https://css-tricks.com/snippets/css/a-guide-to-flexbox/
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.