jarib / celerity

This project is no longer maintained.
http://celerity.rubyforge.org/
GNU General Public License v2.0
206 stars 38 forks source link

Modernizr 2.6.2 causes exception with cssparser 0.9.7 #61

Open dstevenson opened 11 years ago

dstevenson commented 11 years ago

Celerity comes bundled with cssparser-0.9.7.

When using celerity on an application that uses Modernizr 2.6.2, cssparser will throw an exception

CSSRule com.steadystate.css.dom.CSSUnknownRuleImpl is not yet supported.

Using the latest cssparser 0.9.9 does not fix the issue.

To fix this issue we forked celerity and downgraded cssparser to 0.9.4.

Hope this helps someone.