Files
2026-03-11 15:29:37 +07:00

6 lines
87 B
SCSS
Executable File

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