Skip to content

CSSLint should support CSS variables #733

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

Open
samdutton opened this issue Feb 1, 2018 · 2 comments
Open

CSSLint should support CSS variables #733

samdutton opened this issue Feb 1, 2018 · 2 comments

Comments

@samdutton
Copy link

Code like the following results in an 'expected RBRACE' error:

ol.foo {
  --bar: 20px;
  ...
}
@joyously
Copy link

joyously commented Feb 9, 2018

Duplicate of #720

@frvge
Copy link
Contributor

frvge commented Feb 21, 2018

This is missing feature in the CSSLint/parserlib.

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

No branches or pull requests

3 participants