Sha256: cf6808816e1cbc60455c5ec50b353ad019c27e336d44b0721c2dd0b084c301c1
Contents?: true
Size: 454 Bytes
Versions: 23
Compression:
Stored size: 454 Bytes
Contents
// stylelint-disable declaration-no-important // Contextual backgrounds @mixin bg-variant($parent, $color) { #{$parent} { background-color: $color !important; } a#{$parent} { @include hover-focus { background-color: darken($color, 10%) !important; } } } @mixin bg-gradient-variant($parent, $color) { #{$parent} { background: $color linear-gradient(180deg, mix($body-bg, $color, 15%), $color) repeat-x !important; } }
Version data entries
23 entries across 21 versions & 5 rubygems