From fda3f3799af50f83290387ea3b7ba2f0f0412fed Mon Sep 17 00:00:00 2001 From: Seth Meranda Date: Mon, 18 Feb 2013 20:59:41 -0600 Subject: [PATCH] Remove random `color` property in box-shadow --- lesshat.less | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lesshat.less b/lesshat.less index 7bc3ea2..176aee9 100755 --- a/lesshat.less +++ b/lesshat.less @@ -830,8 +830,6 @@ .result(@arguments, @mozSignal, @moz, @mozLocal); // -- .result(@arguments, @w3cSignal, @w3c, @w3cLocal); - - color: @arguments; } // element{ .box-shadow(0 1px 10px rgba(20,20,20,0.5), 0 1px 10px rgba(20,20,20,0.5)); } @@ -2197,4 +2195,4 @@ .result(@backgroundW3C, @w3c, @w3cLocal); } - // element{ .gradient(~"linear-gradient(to right, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%)"); } \ No newline at end of file + // element{ .gradient(~"linear-gradient(to right, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%)"); }