mirror of
https://github.com/sveltejs/svelte.git
synced 2024-12-01 09:21:21 +01:00
6d65b2f8ad
closes #9969 this also fixes the following along the way: the + in nth-of-type(+xn-b) would be parsed as a combinator. invalid cases like these are not allowed anymore: b(+/-)b -ax -ax-b -b
67 B
67 B
svelte |
---|
patch |
fix: parse :nth-of-type(xn+y)
correctly