mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
12 lines
115 B
SCSS
12 lines
115 B
SCSS
|
//
|
||
|
// Screenreaders
|
||
|
//
|
||
|
|
||
|
.sr-only {
|
||
|
@include sr-only();
|
||
|
}
|
||
|
|
||
|
.sr-only-focusable {
|
||
|
@include sr-only-focusable();
|
||
|
}
|