0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 09:21:21 +01:00
svelte/.changeset/three-suits-grin.md
navorite 6d65b2f8ad
fix: improve parsing of :nth-of-type(xn+b) (#9970)
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
2024-01-02 14:48:35 +01:00

67 B

svelte
patch

fix: parse :nth-of-type(xn+y) correctly