streams/vendor/twbs/bootstrap/scss/mixins/_box-shadow.scss
2018-09-07 11:26:02 +02:00

5 lines
87 B
SCSS

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