Skip to content

Commit

Permalink
add comment to go with updated box-shadow mixin
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Sep 3, 2012
1 parent f46813a commit f251293
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions less/mixins.less
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@

// Drop shadows
.box-shadow(@shadowA, @shadowB:X, ...){
// Multiple shadow solution from http://toekneestuck.com/blog/2012/05/15/less-css-arguments-variable/
@props: ~`"@{arguments}".replace(/[\[\]]|\,\sX/g, '')`;
-webkit-box-shadow: @props;
-moz-box-shadow: @props;
Expand Down

0 comments on commit f251293

Please sign in to comment.