]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
add comment to go with updated box-shadow mixin
authorMark Otto <markotto@twitter.com>
Mon, 3 Sep 2012 08:04:53 +0000 (01:04 -0700)
committerMark Otto <markotto@twitter.com>
Mon, 3 Sep 2012 08:04:53 +0000 (01:04 -0700)
less/mixins.less

index 51ee3e3362347c6b9e393e7df0348fafa3d16b83..295f192287d6eade39cecc0b4ca9e3e14dae36e9 100644 (file)
 
 // 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;