innovationDriveApp/node_modules/bootstrap/scss/mixins/_box-shadow.scss
2018-07-08 19:21:40 +10:00

5 lines
87 B
SCSS

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