blob: 2beb887b491b865b8259ad43a43281f317b2cdc1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
// screen-reader utilities
// -------------------------
// only display content to screen readers
.sr-only,
.#{$fa-css-prefix}-sr-only {
@include fa-sr-only;
}
// use in conjunction with .sr-only to only display content when it's focused
.sr-only-focusable,
.#{$fa-css-prefix}-sr-only-focusable {
@include fa-sr-only-focusable;
}
|