static/css/util/_shadow.scss (
7
lines of code) (
raw
):
@mixin box-shadow($shadow...) { -webkit-box-shadow: $shadow; box-shadow: $shadow; } @mixin text-shadow($shadow...) { text-shadow: $shadow; }