mirror of https://github.com/sveltejs/svelte
fix: do not prune selectors like `:global(.foo):has(.scoped)` (#15140)
Fixes #14910 The issue occurs only when :has() targets at a component's root element and because include_self is false. I came to the conclusion that this is the same case as :root:has(.scoped).pull/15156/head
parent
8e83127e1a
commit
522557559f
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
'svelte': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
fix: do not prune selectors like `:global(.foo):has(.scoped)`
|
Loading…
Reference in new issue