Skip to content

Commit 9f17260

Browse files
Merge pull request twbs#241 from asecondwill/master
Multiple shadows
2 parents e8631b8 + 36b5922 commit 9f17260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vendor/assets/stylesheets/bootstrap/_mixins.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@
245245
}
246246

247247
// Drop shadows
248-
@mixin box-shadow($shadow) {
248+
@mixin box-shadow($shadow...) {
249249
-webkit-box-shadow: $shadow;
250250
-moz-box-shadow: $shadow;
251251
box-shadow: $shadow;

0 commit comments

Comments
 (0)