We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running CSSPool against real-world poorly written syntax always results in errors like:
How do I make CSSPool just skip over the rule_set that it is having difficulties with? Thereby keeping all the valid CSS objects.
Thanks
The text was updated successfully, but these errors were encountered:
Can you please attach some example of the types of CSS that you have seen causing the first two errors?
Sorry, something went wrong.
@maedi Is there a test case that you can provide so I can handle this issue?
Note that the :not() selector's support will be added when #26 is resolved.
:not()
This CSS file fails https://gist.github.com/3910036.
Sorry, I don't have time to provide a more precise test case now. :(
Another example:
Racc::ParseError: parse error on value ";" (SEMI)
When parsing http://www.restorethegulf.gov/sites/default/files/css/css_ee40f25a5b9a23323f5a7cbad56dd21e.css
No branches or pull requests
Running CSSPool against real-world poorly written syntax always results in errors like:
How do I make CSSPool just skip over the rule_set that it is having difficulties with? Thereby keeping all the valid CSS objects.
Thanks
The text was updated successfully, but these errors were encountered: