// $u-flex-wrap-types: (
//   no: nowrap,
//   yes: wrap
// ) !default;

// @include generate-utils(flex-wrap, $u-flex-wrap-types);

@mixin get-flex-wrap($type) {
  flex-wrap: $type;
}