Skip to content

Fixed mixins to support values with comma

gitlab-qa-bot requested to merge github/fork/tsl0922/master into 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);

Merge request reports