Classes of Aleksey Nemiro | > | PHP Small Server Administrator | > | SmallServerAdmin/Content/scss/libs/bootstrap/mixins/_text-emphasis.scss | > | Download |
|
|
![]() |
// Typography // [converter] $parent hack @mixin text-emphasis-variant($parent, $color) { #{$parent} { color: $color; } a#{$parent}:hover, a#{$parent}:focus { color: darken($color, 10%); } } |