1
0

first update

This commit is contained in:
2024-03-18 19:59:59 +09:00
parent 40f6d6b8c4
commit b5949bea66
9700 changed files with 692940 additions and 3 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;
}