mirror of
https://git.adityakumar.xyz/adityakumar.xyz.git
synced 2024-11-14 04:19:45 +00:00
14 lines
336 B
SCSS
Generated
14 lines
336 B
SCSS
Generated
// 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;
|
|
}
|