NV / CSSOM

Unmaintained! ⚠️ CSS Object Model implemented in pure JavaScript. Also, a CSS parser.
https://nv.github.io/CSSOM/docs/parse.html
MIT License
751 stars 99 forks source link

@keyframes bug #80

Closed aui closed 5 years ago

aui commented 8 years ago
@keyframes myfirst {
    from {background: red;}
    to {background: yellow;}
}

bug: http://nv.github.io/CSSOM/docs/parse.html#css=%40keyframes%20test%20%7B%0A%20%20%20%20from%20%7Bbackground%3A%20red%3B%7D%0A%20%20%20%20to%20%7Bbackground%3A%20yellow%3B%7D%0A%7D

NV commented 5 years ago

Is it still a problem? If it is, please provide the expected output.