I'm using property space-evenly with justify-content, and running CSSLint over my file is raising the follwoing error:
resources/css/style.css
[ 35] ··justify-content:·space-evenly;
**** CSSLintBear [Section: css | Severity: NORMAL] ****
! ! Expected (flex-start | flex-end | center | space-between | space-around) but found 'space-evenly'. (known-properties)
Also, same issue for word-break
resources/css/style.css
[ 177] ··word-break:·break-word;
**** CSSLintBear [Section: css | Severity: NORMAL] ****
! ! Expected (normal | keep-all | break-all) but found 'break-word'. (known-properties)
This shouldn't happen!
I'm using property
space-evenlywithjustify-content, and running CSSLint over my file is raising the follwoing error:Also, same issue for
word-breakThis shouldn't happen!