Sha256: 3f186384ec2e2ee0798fc8adad7ff4629edfade0dc9bd03c47f07ab8192f6022
Contents?: true
Size: 391 Bytes
Versions: 3
Compression:
Stored size: 391 Bytes
Contents
@mixin sr-only { border: 0; clip: rect(0, 0, 0, 0); clip-path: inset(50%); height: 1px; overflow: hidden; padding: 0; position: absolute; white-space: nowrap; width: 1px; } @mixin sr-only-focusable { &:active, &:focus { clip: auto; clip-path: none; height: auto; overflow: visible; position: static; white-space: normal; width: auto; } }
Version data entries
3 entries across 3 versions & 1 rubygems