5 lines
87 B

@mixin box-shadow($shadow...) {
@if $enable-shadows {
box-shadow: $shadow;
}
}