Stylus color operator correction

This commit is contained in:
Jason Maurer 2015-05-25 15:24:11 -06:00
parent 09faf06abb
commit 727ffd8161
1 changed files with 2 additions and 2 deletions

View File

@ -56,8 +56,8 @@ Multiple args:
### Color operators
#888 + 50% // => #c3c3c3 (darken)
#888 - 50% // => #444 (lighten)
#888 + 50% // => #c3c3c3 (lighten)
#888 - 50% // => #444 (darken)
#f00 + 50deg // => #ffd500 (hue)
### Casting