From 727ffd81614c31877e088fdda0326e9779e9b892 Mon Sep 17 00:00:00 2001 From: Jason Maurer Date: Mon, 25 May 2015 15:24:11 -0600 Subject: [PATCH] Stylus color operator correction --- stylus.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stylus.md b/stylus.md index 51506127e..22903aeb1 100644 --- a/stylus.md +++ b/stylus.md @@ -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