UNPKG

212 BSCSSView Raw
1// Typography
2
3@mixin text-emphasis-variant($parent, $color) {
4 #{$parent} {
5 color: $color !important;
6 }
7 a#{$parent} {
8 @include hover-focus {
9 color: darken($color, 10%) !important;
10 }
11 }
12}