chore: add Font Awesome 6 icon library

This commit is contained in:
ahp
2026-08-25 21:08:45 +03:30
parent ba23605bca
commit 09fd409a23
2126 changed files with 371878 additions and 0 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();
}