stylus/vendor-overwrites/csslint
tophf 1406cae6c5 CSSLint: parse <declaration-value> for --custom-property
https://drafts.csswg.org/css-syntax-3/#typedef-declaration-value

Example:

:root {
  --fit: {
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
  }
}
2017-12-25 12:25:19 +03:00
..
csslint-worker.js CSSLint: parse <declaration-value> for --custom-property 2017-12-25 12:25:19 +03:00