@import '../helper';

@mixin fill($prefix, $map-values, $variants: (), $separator: '_') {
  $map-props: (
    default: fill,
  );
  @include style($prefix, fill, $map-values, $map-props, $variants, $separator);
}
