10 lines
122 B
Plaintext
10 lines
122 B
Plaintext
|
// Screen Readers
|
||
|
// -------------------------
|
||
|
|
||
|
.sr-only {
|
||
|
.sr-only();
|
||
|
}
|
||
|
.sr-only-focusable {
|
||
|
.sr-only-focusable();
|
||
|
}
|