fix: linting issues

This commit is contained in:
Seifeldin Mahjoub 2020-08-26 00:46:29 +02:00
parent 24981e9553
commit a7c72c9992

View file

@ -1,9 +1,10 @@
@mixin btn-close-color($base-color-name) { @mixin btn-close-color($base-color-name) {
@include color('color', #{$base-color-name}-light-10); @include color('color', #{$base-color-name}-light-10);
&:hover, &:hover,
&:active, &:active,
&:focus { &:focus {
@include color('color', #{$base-color-name}-dark-10) @include color('color', #{$base-color-name}-dark-10);
} }
} }