10 lines
138 B
SCSS
10 lines
138 B
SCSS
|
// Screen Readers
|
||
|
// -------------------------
|
||
|
|
||
|
.sr-only {
|
||
|
@include sr-only();
|
||
|
}
|
||
|
.sr-only-focusable {
|
||
|
@include sr-only-focusable();
|
||
|
}
|