update
Some checks failed
Deploy to Cloudflare Pages / deploy (push) Failing after 11m45s

This commit is contained in:
2025-06-14 13:12:42 +09:00
parent bb6d51a602
commit 21c665c087
2162 changed files with 373849 additions and 967 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();
}