failing test for :is(...)

pull/10490/head
Rich Harris 3 years ago
parent 9e98bb6d0f
commit 44317006ae

@ -0,0 +1,4 @@
x.svelte-xyz :is(y:where(.svelte-xyz), /* (unused) z */) {
color: purple;
}

@ -0,0 +1,9 @@
<x>
<y></y>
</x>
<style>
x :is(y, z) {
color: purple;
}
</style>
Loading…
Cancel
Save