NexusDashboard/app/static/bootstrap-4.2.1/scss/mixins/_box-shadow.scss
2022-01-16 12:22:00 -06:00

6 lines
87 B
SCSS

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