mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 10:49:10 -04:00
6 lines
87 B
SCSS
Vendored
6 lines
87 B
SCSS
Vendored
@mixin box-shadow($shadow...) {
|
|
@if $enable-shadows {
|
|
box-shadow: $shadow;
|
|
}
|
|
}
|