@import "../helper";

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