mirror of
https://github.com/simon987/Much-Assembly-Required-Frontend.git
synced 2025-04-10 14:26:44 +00:00
11 lines
123 B
Plaintext
11 lines
123 B
Plaintext
// Screen Readers
|
|
// -------------------------
|
|
|
|
.sr-only {
|
|
.sr-only();
|
|
}
|
|
|
|
.sr-only-focusable {
|
|
.sr-only-focusable();
|
|
}
|