mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
85f77b5cda
It is valid CSS to list keyframe names in an animation declaration only separating the names with a comma and no whitespace. This is typical of production builds. Updated a couple of regexes and added a couple of tests to account for this scenario. Fixes #53038 PR Close #56800