Skip to content

Commit f251293

Browse files
committed
add comment to go with updated box-shadow mixin
1 parent f46813a commit f251293

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

less/mixins.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@
249249

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

0 commit comments

Comments
 (0)