Sha256: 55c9adb12d00c25461ea4daf56c4c53381893271798b5e7183ffb6087326c5c9
Contents?: true
Size: 281 Bytes
Versions: 10
Compression:
Stored size: 281 Bytes
Contents
@mixin sr_only() { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; padding: 0; position: absolute; overflow: hidden; white-space: nowrap; width: 1px; } @mixin sr_only_focusable() { &:not(:focus):not(:focus-within) { @include sr_only(); } }
Version data entries
10 entries across 10 versions & 1 rubygems