Add static

This commit is contained in:
Jackzie 2025-04-14 22:41:28 -05:00
parent 722d21b204
commit fdebc535a0
2152 changed files with 385989 additions and 0 deletions

View file

@ -0,0 +1,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;
}