This repository has been archived on 2020-05-08. You can view files and clone it, but cannot push or open issues or pull requests.
|
@mixin badge-variant($bg) {
|
|
color: color-yiq($bg);
|
|
background-color: $bg;
|
|
|
|
&[href] {
|
|
@include hover-focus {
|
|
color: color-yiq($bg);
|
|
text-decoration: none;
|
|
background-color: darken($bg, 10%);
|
|
}
|
|
}
|
|
}
|