_box-shadow.scss 87 bytes
@mixin box-shadow($shadow...) {
  @if $enable-shadows {
    box-shadow: $shadow;