Fix invalid parameter range for color.change (#571)

Fixes sass/sass#3122.
This commit is contained in:
Jennifer Thakar 2021-08-18 14:34:45 -07:00 committed by GitHub
parent d1c5b96738
commit dce95ffc30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -205,7 +205,7 @@ SIGNATURE
argument must have either the unit `deg` or no unit. The `$saturation`,
`$lightness`, `$whiteness`, and `$blackness` arguments must be between `0%`
and `100%` (inclusive), and may not be unitless. The `$alpha` argument must be
unitless and between -1 and 1 (inclusive).
unitless and between 0 and 1 (inclusive).
[unitless]: ../values/numbers#units