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
The following declaration throws a parser errors RBRACE expected. This is valid CSS so does CSSLint not support expression()
.test{ height: expression(document.body.clientHeight-94); }
The text was updated successfully, but these errors were encountered:
Expressions are actually IE specific CSS, but I've added the issue over at parser-lib CSSLint/parser-lib#52
Sorry, something went wrong.
Yeah, it would be great if parser-lib could handle this, since they are still really common.
On Wed, Jun 5, 2013 at 7:43 AM, Nick Schonning notifications@git.luolix.topwrote:
Expressions are actually IE specific CSS, but I've added the issue over at parser-lib CSSLint/parser-lib#52CSSLint/parser-lib#52 — Reply to this email directly or view it on GitHubhttps://github.com//issues/389#issuecomment-18980980 .
Expressions are actually IE specific CSS, but I've added the issue over at parser-lib CSSLint/parser-lib#52CSSLint/parser-lib#52
— Reply to this email directly or view it on GitHubhttps://github.com//issues/389#issuecomment-18980980 .
No branches or pull requests
The following declaration throws a parser errors RBRACE expected. This is valid CSS so does CSSLint not support expression()
.test{
height: expression(document.body.clientHeight-94);
}
The text was updated successfully, but these errors were encountered: