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
such as this code : .test{width:80px\9}
code like this will got two error: --one is parsing error --another is "empty rules"
how to fix that?
The text was updated successfully, but these errors were encountered:
This should be opened as a bug against parser-lib, the parsing library on which csslint depends.
On Mon, Jan 6, 2014 at 10:43 PM, suihan [email protected] wrote:
such as this code : .test{width:80px\9} code like this will got two error: --one is parsing error --another is "empty rules" how to fix that? — Reply to this email directly or view it on GitHubhttps://github.com//issues/447 .
— Reply to this email directly or view it on GitHubhttps://github.com//issues/447 .
Sorry, something went wrong.
e。。I saw the issue a moment ago. CSSLint/parser-lib#21 is there a plan about this issue?
Duplicate of #337.
No branches or pull requests
such as this code :
.test{width:80px\9}
code like this will got two error:
--one is parsing error
--another is "empty rules"
how to fix that?
The text was updated successfully, but these errors were encountered: