Sha256: c23cc9488a5dca8b4b7093d9a32059dfa3f55616a436389e19f82b70d30d52f2
Contents?: true
Size: 252 Bytes
Versions: 23
Compression:
Stored size: 252 Bytes
Contents
// Contextual backgrounds @mixin bg-variant($parent, $color) { #{$parent} { color: #fff !important; background-color: $color !important; } a#{$parent} { @include hover-focus { background-color: darken($color, 10%); } } }
Version data entries
23 entries across 23 versions & 2 rubygems