Removed old version

This commit is contained in:
thatscringebro
2023-01-04 22:35:41 -05:00
parent a05768f405
commit b6f8b40027
4384 changed files with 13028 additions and 261231 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;
}