ResortApp/static/scss/bootstrap/mixins/_box-shadow.scss
Argyrios Deligiannidis e84cc555a2 alion
2022-06-26 23:19:01 +03:00

6 lines
87 B
SCSS

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