Skip to content

Commit 4201cf7

Browse files
committed
revert
1 parent 0212055 commit 4201cf7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/svelte/tests/css/samples/nested-css/expected.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
2929
& .b:where(.svelte-xyz) {
3030
color: green;
3131

32-
.c:where(.svelte-xyz) {
32+
/* (empty) .c:where(.svelte-xyz) {
3333
& & {
3434
color: red;
3535
}
36-
}
36+
}*/
3737
}
3838

3939
& & {

0 commit comments

Comments
 (0)