Closed tj closed 12 years ago
everything im doing was going smooth until I tried to insert keyframes, now it's producing really weird output, can we just use ./parse.js?
this.cssRules.splice(index, 0, require('./parse').parse(rule).cssRules[0]);
as a quick hack works great now
Shit, I just broke build/CSSOM.js.
Give it a try now.
seems good now
everything im doing was going smooth until I tried to insert keyframes, now it's producing really weird output, can we just use ./parse.js?