Files
polymer/test/unit
Chris Joel b9f2482eb5 Non-destructive @keyframes rule transformation.
Previously, the transformer did not disambiguate selectors in `@media`
blocks and keyframes in `@keyframes` blocks. Now, the transformer can
safely transform `@keyframes` blocks. Before a selector is transformed,
if the selector has a parent, it is checked. If the checked parent is a
`@keyframes` rule, the selector transformation is skipped.

Element-specific `@keyframes` are suffixed with the scoped element name.
For example, `@keyframes foo` in an element scoped with `x-el-0` will by
transformed to `@keyframes foo-x-el-0`. References to that animation in
the element's local styles will be updated as well.

Added tests for the new keyframes transformation.
2016-02-04 14:52:25 -08:00
..
2015-12-09 18:15:31 -08:00
2015-05-05 19:57:17 -07:00
2015-06-24 15:14:19 -07:00
2015-10-27 17:39:07 -07:00
2016-01-05 14:35:21 -08:00
2016-01-22 20:04:10 -08:00
2015-12-09 18:15:31 -08:00
2015-10-06 15:04:06 -07:00
2015-12-14 16:04:13 -08:00
2015-06-08 11:52:39 -07:00