2
0
mirror of https://github.com/tenrok/Font-Awesome.git synced 2026-06-14 18:42:23 +03:00

Move files out of the free directory

This commit is contained in:
robmadole
2023-11-30 09:11:59 -06:00
parent 8302f1cca7
commit 2885a3cfb8
9731 changed files with 0 additions and 206 deletions
+14
View File
@@ -0,0 +1,14 @@
// screen-reader utilities
// -------------------------
// only display content to screen readers
.sr-only,
.@{fa-css-prefix}-sr-only {
.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 {
.fa-sr-only-focusable();
}