From: Mark Otto Date: Mon, 3 Sep 2012 08:04:53 +0000 (-0700) Subject: add comment to go with updated box-shadow mixin X-Git-Tag: v2.1.1~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f25129361be813af4c399da8e3041a43ccd2a943;p=thirdparty%2Fbootstrap.git add comment to go with updated box-shadow mixin --- diff --git a/less/mixins.less b/less/mixins.less index 51ee3e3362..295f192287 100644 --- a/less/mixins.less +++ b/less/mixins.less @@ -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;