parser-lib
parser-lib copied to clipboard
Update property values
- Add
space-evenlyand potentially others tojustify-content(https://developer.mozilla.org/en-US/docs/Web/CSS/justify-content) - Add
break-wordand potentially others toword-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