diff options
| author | Mark Otto <[email protected]> | 2012-09-03 01:04:53 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-09-03 01:04:53 -0700 |
| commit | f25129361be813af4c399da8e3041a43ccd2a943 (patch) | |
| tree | 956eed13ecf4e53fb555ecd015f2282486844e2e | |
| parent | f46813a8c8f275e2dd7102331de9873e1a029b27 (diff) | |
| download | bootstrap-f25129361be813af4c399da8e3041a43ccd2a943.tar.xz bootstrap-f25129361be813af4c399da8e3041a43ccd2a943.zip | |
add comment to go with updated box-shadow mixin
| -rw-r--r-- | less/mixins.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/less/mixins.less b/less/mixins.less index 51ee3e336..295f19228 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; |
