Sha256: 653bbbded82e1c146d354a60741694fe1d2e3c43d2dc3a103c45b45efa54b255
Contents?: true
Size: 380 Bytes
Versions: 3
Compression:
Stored size: 380 Bytes
Contents
// stylelint-disable declaration-no-important // Typography @mixin text-emphasis-variant($parent, $color) { #{$parent} { color: $color !important; } @if $emphasized-link-hover-darken-percentage != 0 { a#{$parent} { @include hover-focus { color: darken($color, $emphasized-link-hover-darken-percentage) !important; } } } }
Version data entries
3 entries across 3 versions & 1 rubygems