@mixin flex($direction: row) {
  /* #ifndef APP-NVUE */
  display: flex;

  /* #endif */
  flex-direction: $direction;
}