Skip to content

Commit 24fafc3

Browse files
chore: update input
1 parent 13f52cd commit 24fafc3

File tree

1 file changed

+1
-1
lines changed
  • packages/svelte/tests/migrate/samples/is-not-where-has

1 file changed

+1
-1
lines changed

packages/svelte/tests/migrate/samples/is-not-where-has/input.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ what if i'm talking about `:has()` in my blog?
3939
div :not(.class:is(span:where(:focus-within))){}
4040
div :is(.class:is(span:is(:hover))){}
4141
div :where(.class:is(span:has(* > *))){}
42-
42+
div :is(.class:is(span:is(:hover)), .x){}
4343
4444
div{
4545
p:has(&){

0 commit comments

Comments
 (0)