Sha256: 6a7350d3c81b5454f7dd56d29bc083e9de7e862baeab63bcef5a8833c05e49a8
Contents?: true
Size: 320 Bytes
Versions: 227
Compression:
Stored size: 320 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
227 entries across 227 versions & 17 rubygems