NV / CSSOM

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

CSSOM.CSSStyleRule.parse too specific? #40

Closed tj closed 12 years ago

tj commented 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?

tj commented 12 years ago
    this.cssRules.splice(index, 0, require('./parse').parse(rule).cssRules[0]);

as a quick hack works great now

NV commented 12 years ago

Shit, I just broke build/CSSOM.js.

NV commented 12 years ago

Give it a try now.

tj commented 12 years ago

seems good now