mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-20 12:21:35 +02:00
add comment to go with updated box-shadow mixin
This commit is contained in:
@@ -249,6 +249,7 @@
|
|||||||
|
|
||||||
// Drop shadows
|
// Drop shadows
|
||||||
.box-shadow(@shadowA, @shadowB:X, ...){
|
.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, '')`;
|
@props: ~`"@{arguments}".replace(/[\[\]]|\,\sX/g, '')`;
|
||||||
-webkit-box-shadow: @props;
|
-webkit-box-shadow: @props;
|
||||||
-moz-box-shadow: @props;
|
-moz-box-shadow: @props;
|
||||||
|
Reference in New Issue
Block a user