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

Expose CSSOM.parse to CSSGroupingRule #113

Open Juice10 opened 3 years ago

Juice10 commented 3 years ago

Currently CSSGroupingRule is calling CSSOM.parse but parse wasn't included which leads to a syntax error. This PR fixes that

Line which is currently calling CSSOM.parse: https://github.com/NV/CSSOM/blob/a469aae2f92e454e669aec821781626924f98d17/lib/CSSGroupingRule.js#L41

zero-t4 commented 2 years ago

Should be merged, facing same error

Juice10 commented 2 years ago

@zero-t4 check out https://www.npmjs.com/package/rrweb-cssom, it has this PR merged

Twipped commented 1 year ago

We have also have been hitting this bug for a while now. Thankfully JSS traps it and just spits out a warning, but it'd be nice to see those warnings squashed.

runlevel5 commented 1 year ago

Any update on this Pull Request?