Merge branch 'fc/t6030-bisect-reset-removes-auxiliary-files'
[git] / t / t4018 / css-block-level-@-statements
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     }
10 }