mirror of
https://github.com/codeninjasuk/showcase.git
synced 2025-02-18 01:01:00 -05:00
5 lines
87 B
SCSS
5 lines
87 B
SCSS
@mixin box-shadow($shadow...) {
|
|
@if $enable-shadows {
|
|
box-shadow: $shadow;
|
|
}
|
|
}
|