Files
w4rpservices/resources/sass/mixins/_box-shadow.scss
2018-10-27 21:50:12 -05:00

6 lines
87 B
SCSS
Vendored

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