UNPKG

87 BSCSSView Raw
1@mixin box-shadow($shadow...) {
2 @if $enable-shadows {
3 box-shadow: $shadow;
4 }
5}