mirror of
https://github.com/danog/sass-site.git
synced 2024-11-27 04:24:50 +01:00
Fix invalid parameter range for color.change (#571)
Fixes sass/sass#3122.
This commit is contained in:
parent
d1c5b96738
commit
dce95ffc30
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user