Fixed mixins to support values with comma

王权利请求将github/fork/tsl0922/master合并到master

Created by: tsl0922

Support for box-shadow and transition values with comma:

@include box-shadow(inset 0 1px 2px rgba(0,0,0,0.075),0 0 5px rgba(81,167,232,0.5));
@include transition(border linear .2s, box-shadow linear .2s);

合并请求报告