We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13f52cd commit 24fafc3Copy full SHA for 24fafc3
packages/svelte/tests/migrate/samples/is-not-where-has/input.svelte
@@ -39,7 +39,7 @@ what if i'm talking about `:has()` in my blog?
39
div :not(.class:is(span:where(:focus-within))){}
40
div :is(.class:is(span:is(:hover))){}
41
div :where(.class:is(span:has(* > *))){}
42
-
+div :is(.class:is(span:is(:hover)), .x){}
43
44
div{
45
p:has(&){
0 commit comments