.flex-none property
Emulates flex: none; in a compatible way using vendor prefixes.
Mixin
Use
body {
.flex-none;
}
propertyEmulates flex: none; in a compatible way using vendor prefixes.
Mixin
body {
.flex-none;
}