@mixin step($attribute, $value, $i: false) {
  $important: if($i, "!important", "");

  #{$attribute}: var(--mc-scale-#{$value}) #{$important};
}
