mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-02-20 13:40:42 +03:00
Fix argument variations mixin in label scss
Mixin variations is missing argument $color-default
This commit is contained in:
parent
e0852fc254
commit
01e3d2340f
|
@ -2,5 +2,5 @@
|
|||
|
||||
.label {
|
||||
border-radius: 1px;
|
||||
@include variations(unquote(""), background-color, $grey);
|
||||
@include variations(unquote(""), unquote(""), background-color, $grey);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user