_background-variant.scss 233 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 // Contextual backgrounds // [converter] $parent hack @mixin bg-variant($parent, $color) { #{$parent} { background-color: $color; } a#{$parent}:hover, a#{$parent}:focus { background-color: darken($color, 10%); } }