We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84ffe7f commit fe0b78eCopy full SHA for fe0b78e
test/__snapshots__/loader.test.js.snap
@@ -53,6 +53,21 @@ Array [
53
--foo: 1px;
54
--bar: 2px;
55
}
56
+
57
+:root {
58
+ --title-align: center;
59
+ --sr-only: {
60
+ position: absolute;
61
+ width: 1px;
62
+ height: 1px;
63
+ padding: 0;
64
+ overflow: hidden;
65
+ clip: rect(0,0,0,0);
66
+ white-space: nowrap;
67
+ clip-path: inset(50%);
68
+ border: 0;
69
+ };
70
+}
71
",
72
"",
73
],
test/fixtures/basic.css
@@ -45,3 +45,18 @@
45
46
47
48
49
50
51
52
0 commit comments