$u-flex-justify-content-types: (
  center,
  flex-end,
  space-between,
  space-around
) !default;

@include generate-utils((flex-justify-content, justify-content), $u-flex-justify-content-types);
