mirror of
https://github.com/codeninjasuk/showcase.git
synced 2024-12-11 00:21:10 -05:00
5 lines
87 B
SCSS
5 lines
87 B
SCSS
@mixin box-shadow($shadow...) {
|
|
@if $enable-shadows {
|
|
box-shadow: $shadow;
|
|
}
|
|
}
|