Files
unity/resources/sass/admin/components/bootstrap4/mixins/_box-shadow.scss
glovetleong 8fa80e4a1a setup
2021-06-17 09:53:04 +08:00

6 lines
87 B
SCSS
Vendored

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