dart-archive / angular.dart

Legacy source repository. See github.com/dart-lang/angular
https://webdev.dartlang.org/angular/
1.24k stars 248 forks source link

fix(css_shim): escape keyframes from shimming. #1726

Closed rkirov closed 8 years ago

rkirov commented 9 years ago

@keyframes declaration changes the CSS syntax expected in ways, which make it harder to shim. For now we just skip shimming the keyframe names, as to keep valid CSS.

Review on Reviewable