mirror of https://github.com/sveltejs/svelte
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…
Reference in new issue