Skip to content

Commit fe0b78e

Browse files
test: more
1 parent 84ffe7f commit fe0b78e

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

test/__snapshots__/loader.test.js.snap

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,21 @@ Array [
5353
--foo: 1px;
5454
--bar: 2px;
5555
}
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+
}
5671
",
5772
"",
5873
],

test/fixtures/basic.css

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,18 @@
4545
--foo: 1px;
4646
--bar: 2px;
4747
}
48+
49+
:root {
50+
--title-align: center;
51+
--sr-only: {
52+
position: absolute;
53+
width: 1px;
54+
height: 1px;
55+
padding: 0;
56+
overflow: hidden;
57+
clip: rect(0,0,0,0);
58+
white-space: nowrap;
59+
clip-path: inset(50%);
60+
border: 0;
61+
};
62+
}

0 commit comments

Comments
 (0)