mirror of https://github.com/sveltejs/svelte
fix: handle leading combinators within `:has(...)` (#13606)
We need to ignore the leading combinator within a `:has(...)`, else it would not stop matching, assuming there are more parent selectors (which there aren't) and always fail. https://github.com/sveltejs/svelte/pull/13567#issuecomment-2412405131pull/13608/head
parent
eb6488cd90
commit
81f28ccf5d
Loading…
Reference in new issue