Skip to content

Commit

Permalink
🆙 remove function despondency on code
Browse files Browse the repository at this point in the history
  • Loading branch information
ashfahan committed May 8, 2021
1 parent 48c68b8 commit ba34233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/functions/_clr-step.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// Return:
// {Color} value of color step
//
@function clr-step($color, $step, $color-step-interval: 10%) {
@function clr-step($color, $step, $color-step-interval: 10%, $design-theme: "light", $black: black, $white: white) {
@if unit($color-step-interval) != "%" {
@error "invalid value of $color-step-interval `#{$color-step-interval}` , The value unit must be `%`";
}
Expand Down

0 comments on commit ba34233

Please sign in to comment.