12 lines
220 B
Sass
12 lines
220 B
Sass
![]() |
// stylelint-disable declaration-no-important
|
||
|
|
||
|
// Typography
|
||
|
|
||
|
=text-emphasis-variant($parent, $color)
|
||
|
#{$parent}
|
||
|
color: $color !important
|
||
|
|
||
|
a#{$parent}
|
||
|
+hover-focus
|
||
|
color: darken($color, 10%) !important
|