pack-bitmap: drop unused `reuse_objects`
[alt-git.git] / t / t4018 / css-block-level-@-statements
blobd6755f2f3db0e75791495292b7ef17899f81324c
1 @keyframes RIGHT {
2     from {
3         background : #000;
4         border : 10px ChangeMe #C6C6C6;
5     }
6     to {
7         background : #fff;
8         border : 10px solid #C6C6C6;
9     }