Spaces:
Sleeping
Sleeping
File size: 336 Bytes
6cac5d8 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | // 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;
}
|