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