mirror of
https://github.com/jcreek/phldnhack.git
synced 2026-07-13 11:03:42 +00:00
5 lines
148 B
SCSS
5 lines
148 B
SCSS
@mixin box-shadow-2($args1, $args2) {
|
|
-webkit-box-shadow: $args1, $args2;
|
|
-moz-box-shadow: $args1, $args2;
|
|
box-shadow: $args1, $args2;
|
|
} |