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

expression() throws an RBRACE expected error #389

Closed
niallmur opened this issue Jun 5, 2013 · 2 comments
Closed

expression() throws an RBRACE expected error #389

niallmur opened this issue Jun 5, 2013 · 2 comments
Labels

Comments

@niallmur
Copy link

niallmur commented Jun 5, 2013

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);
}

@nschonni
Copy link
Member

nschonni commented Jun 5, 2013

Expressions are actually IE specific CSS, but I've added the issue over at parser-lib CSSLint/parser-lib#52

@stubbornella
Copy link
Member

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
.

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

No branches or pull requests

3 participants