csslint icon indicating copy to clipboard operation
csslint copied to clipboard

CSSLint should support CSS variables

Open samdutton opened this issue 7 years ago • 2 comments

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

ol.foo {
  --bar: 20px;
  ...
}

samdutton avatar Feb 01 '18 18:02 samdutton

Duplicate of #720

joyously avatar Feb 09 '18 19:02 joyously

This is missing feature in the CSSLint/parserlib.

frvge avatar Feb 21 '18 09:02 frvge