Svelte 5: Keyframes list with name that appears elsewhere in animation:
style rule breaks CSS scoping
#9879
Labels
Milestone
Describe the bug
Svelte 5 can not play CSS animation, because wrong css is generated.
generated:
svelte-1f68qn8-animation: 1s linear infinite animation;
but should be:
animation: 1s linear infinite svelte-1f68qn8-animation;
Reproduction
CSS output:
Logs
No response
System Info
Severity
annoyance
The text was updated successfully, but these errors were encountered: