Fixed mixins to support values with comma
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);