You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
bwbroersma
changed the title
Svelte 5: :nth-of-type(10) and :nth-of-type(10n) (two digits) do not compile
Svelte 5: :nth-of-type(10) and :nth-of-type(10n[+1]) (> 1 digit) do not compile
Dec 20, 2023
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
Describe the bug
Valid CSS does not compile.
Reproduction
REPL Svelte 5 variant does not compile in v5.0.0-next.26.
gives
REPL Svelte 4 variant compiles.
Logs
System Info
Severity
blocking an upgrade
The text was updated successfully, but these errors were encountered: