mirror of
https://github.com/sveltejs/svelte.git
synced 2024-11-22 03:47:27 +01:00
870745fc53
We didn't collect sibling elements of a given element to then check the `:has` selectors. This adds the logic for that. Fixes #14072
6 lines
71 B
Markdown
6 lines
71 B
Markdown
---
|
|
'svelte': patch
|
|
---
|
|
|
|
fix: handle sibling combinators within `:has`
|