update
Some checks are pending
Deploy to Cloudflare Pages / deploy (push) Waiting to run

This commit is contained in:
2025-06-14 13:12:42 +09:00
parent f33dce080b
commit 711bd60758
2160 changed files with 373818 additions and 838 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;
}