parser-lib icon indicating copy to clipboard operation
parser-lib copied to clipboard

Update property values

Open frvge opened this issue 6 years ago • 0 comments

  • Add space-evenly and potentially others to justify-content (https://developer.mozilla.org/en-US/docs/Web/CSS/justify-content)
  • Add break-word and potentially others to word-break (https://developer.mozilla.org/en-US/docs/Web/CSS/word-break)

Locations for a fix: https://github.com/CSSLint/parser-lib/blob/master/src/css/Properties.js#L290 and https://github.com/CSSLint/parser-lib/blob/master/src/css/Properties.js#L488

See CSSLint/csslint#757

frvge avatar Nov 17 '19 02:11 frvge