buggy init :3

This commit is contained in:
PlOszukiwacz 2025-01-31 20:35:44 +01:00
commit 0f96641be1
Signed by untrusted user who does not match committer: ploszukiwacz
GPG key ID: E059F5C88034386C
2179 changed files with 388452 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 {
.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();
}