Stylus color operator correction
This commit is contained in:
parent
09faf06abb
commit
727ffd8161
|
@ -56,8 +56,8 @@ Multiple args:
|
||||||
|
|
||||||
### Color operators
|
### Color operators
|
||||||
|
|
||||||
#888 + 50% // => #c3c3c3 (darken)
|
#888 + 50% // => #c3c3c3 (lighten)
|
||||||
#888 - 50% // => #444 (lighten)
|
#888 - 50% // => #444 (darken)
|
||||||
#f00 + 50deg // => #ffd500 (hue)
|
#f00 + 50deg // => #ffd500 (hue)
|
||||||
|
|
||||||
### Casting
|
### Casting
|
||||||
|
|
Loading…
Reference in New Issue