Sha256: e2f6f917095d952b4b36f3f1ab1f189f66f443ef68687c7828231ecf691c2ecb
Contents?: true
Size: 335 Bytes
Versions: 3
Compression:
Stored size: 335 Bytes
Contents
@mixin badge-variant($bg) { color: color-yiq($bg); background-color: $bg; @at-root a#{&} { @include hover-focus { color: color-yiq($bg); background-color: darken($bg, 10%); } &:focus, &.focus { outline: 0; box-shadow: 0 0 0 $badge-focus-width rgba($bg, .5); } } }
Version data entries
3 entries across 3 versions & 1 rubygems