Skip to content

Commit

Permalink
refactor(functions/color): reorder paramerters to be consistent with …
Browse files Browse the repository at this point in the history
…hsla.
  • Loading branch information
sciborrudnicki committed Jul 16, 2022
1 parent 8d5e7ab commit d4423be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/functions/_color.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
@function color(
$name,
$hue: 0deg,
$lightness: 0%,
$saturation: 0%,
$lightness: 0%,
$alpha: 1,
$prefix: $var-prefix
) {
Expand Down

0 comments on commit d4423be

Please sign in to comment.