We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19e9664 commit 9fd7a16Copy full SHA for 9fd7a16
1 file changed
packages/panda-san/src/core/utils.scss
@@ -1,3 +1,12 @@
1
.hidden {
2
display: none;
3
}
4
+
5
+.is-sr-only {
6
+ height: 1px !important;
7
+ left: -100000px !important;
8
+ overflow: hidden !important;
9
+ position: absolute !important;
10
+ top: auto !important;
11
+ width: 1px !important;
12
+}
0 commit comments