Fix argument variations mixin in label scss

Mixin variations is missing argument $color-default
This commit is contained in:
Mattia Roccoberton 2017-01-28 09:39:34 +01:00 committed by GitHub
parent e0852fc254
commit 01e3d2340f

View File

@ -2,5 +2,5 @@
.label {
border-radius: 1px;
@include variations(unquote(""), background-color, $grey);
@include variations(unquote(""), unquote(""), background-color, $grey);
}