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