0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-22 03:47:27 +01:00
svelte/.changeset/four-jobs-care.md
Simon H 870745fc53
fix: handle sibling combinators within :has (#14213)
We didn't collect sibling elements of a given element to then check the `:has` selectors. This adds the logic for that. Fixes #14072
2024-11-08 10:53:43 +01:00

6 lines
71 B
Markdown

---
'svelte': patch
---
fix: handle sibling combinators within `:has`