Skip to content

Commit

Permalink
Remove random color property in box-shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
smeranda committed Feb 19, 2013
1 parent 933595e commit fda3f37
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lesshat.less
Original file line number Diff line number Diff line change
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 fda3f37

Please sign in to comment.