Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parse error jquery.mobile.css #59

Closed
ryno1234 opened this issue Aug 23, 2013 · 3 comments
Closed

Parse error jquery.mobile.css #59

ryno1234 opened this issue Aug 23, 2013 · 3 comments

Comments

@ryno1234
Copy link

When attempting to parse the jQuery Mobile css (http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.css) a parse error is encountered at line 2457 char 77.
@-moz-document url-prefix() { .ui-select .ui-btn select { opacity: 0.0001; }}

I realize some of these rules are not standard yet (url-prefix()) or engine specific (@-moz-document). Is there a way to relax the parse? A project I'm utilizing depends upon CSSOM and consequently is not working for me due to my dependency on jQuery Mobile's CSS.

Any help or guidance would be appreciated.

Thanks!

@windyGex
Copy link

I have the same problem,please fix it.

@domenic
Copy link
Collaborator

domenic commented Nov 9, 2013

This was fixed a while ago, in 6ad515e, but never published to npm. Version 0.3.0 is now published with the fix.

@domenic domenic closed this as completed Nov 9, 2013
@ryno1234
Copy link
Author

Thanks Domenic!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants