phpservermon/static/plugin/bootstrap/scss/mixins/_box-shadow.scss

6 lines
87 B
SCSS
Executable File

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