Daily Update

This commit is contained in:
染川 瞳
2023-04-09 12:32:13 +08:00
parent 3783ea03bf
commit dbfcd601af
2119 changed files with 360487 additions and 2897 deletions
+14
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;
}