Files
Mathieu Lagace 771ed55f53 Initial commit
2018-06-27 19:54:27 -04:00

6 lines
87 B
SCSS
Vendored

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