Skip to content

Commit 7aa3233

Browse files
committed
another test
1 parent 32304b2 commit 7aa3233

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

packages/svelte/tests/css/samples/not-selector/expected.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,6 @@
2626
span.svelte-xyz:not(p:where(.svelte-xyz) span:where(.svelte-xyz)) {
2727
color: green;
2828
}
29+
span.svelte-xyz:not(:focus) {
30+
color: green;
31+
}

packages/svelte/tests/css/samples/not-selector/input.svelte

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,7 @@
3333
span:not(p span) {
3434
color: green;
3535
}
36+
span:not(:focus) {
37+
color: green;
38+
}
3639
</style>

0 commit comments

Comments
 (0)