Files
2020-05-14 12:10:15 +04:00

6 lines
87 B
SCSS
Executable File

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