_box-shadow.scss 87 Bytes
Newer Older
roshka committed
1 2 3 4 5
@mixin box-shadow($shadow...) {
  @if $enable-shadows {
    box-shadow: $shadow;
  }
}