Skip to content

Commit

Permalink
Merge pull request #22 from smeranda/patch-1
Browse files Browse the repository at this point in the history
Remove random `color` property in box-shadow
  • Loading branch information
LeZuse committed Feb 20, 2013
2 parents 933595e + fda3f37 commit 99c4842
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lesshat.less
Expand Up @@ -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)); }
Expand Down Expand Up @@ -2197,4 +2195,4 @@
.result(@backgroundW3C, @w3c, @w3cLocal);
}

// element{ .gradient(~"linear-gradient(to right, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%)"); }
// element{ .gradient(~"linear-gradient(to right, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%)"); }

0 comments on commit 99c4842

Please sign in to comment.