src/scss/bootstrap/mixins/_box-shadow.scss

Summary

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