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