Files
w4rpservices/node_modules/bootstrap/scss/mixins/_box-shadow.scss
2018-10-27 03:51:47 -05:00

6 lines
87 B
SCSS
Vendored

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