Hugo 1'st

This commit is contained in:
ra_ma
2026-07-14 18:15:06 +01:00
parent 31b3cc2319
commit 482fb63768
2182 changed files with 386622 additions and 36 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();
}