@mixin box-shadow($args...) { @each $pre in -webkit-, -moz-, -ms-, -o- { #{$pre + box-shadow}: $args; } #{box-shadow}: #{$args}; }