UNPKG

322 Btext/lessView Raw
1// screen-reader utilities
2// -------------------------
3
4// only display content to screen readers
5.sr-only,
6.@{fa-css-prefix}-sr-only {
7 .fa-sr-only();
8}
9
10// use in conjunction with .sr-only to only display content when it's focused
11.sr-only-focusable,
12.@{fa-css-prefix}-sr-only-focusable {
13 .fa-sr-only-focusable();
14}