hugo-whisper-theme/assets/scss/bootstrap/mixins/_box-shadow.scss
2019-02-17 16:55:16 +10:00

5 lines
87 B
SCSS
Executable file

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