.flex-column property

Sets the display to flex and direction to column using vendor prefixes.

Mixin

Use

body {
  .flex-column;
}