You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: