Animations in scoped style blocks are broken #3304
Labels
🔨 p3-minor-bug
Priority 3: this fixes a bug, but is an edge case that only affects very specific usage.
🐞 bug
Something isn't working
scope: compiler
Version
3.0.6
Reproduction link
https://github.com/mvsde/vue-3.0.6-scoped-animations
Steps to reproduce
npm run serve
.What is expected?
Both colored boxes rotate (works in 3.0.5).
What is actually happening?
Only the box with unscoped styles rotates.
The generated CSS looks like this. Note the "scoped" keyframe:
The text was updated successfully, but these errors were encountered: