Merge pull request #12 from jdmaurer/gh-pages

Stylus color operator correction
This commit is contained in:
Rico Sta. Cruz 2015-05-26 12:42:14 +08:00
commit 56d262d31d
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