.display-flex property
Sets the display to flex using vendor prefixes.
Mixin
Use
body {
.display-flex;
}
property
Sets the display to flex using vendor prefixes.
Mixin
body {
.display-flex;
}