csslint
csslint copied to clipboard
CSSLint should support CSS variables
Code like the following results in an 'expected RBRACE' error:
ol.foo {
--bar: 20px;
...
}
Duplicate of #720
This is missing feature in the CSSLint/parserlib.