We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm using property space-evenly with justify-content, and running CSSLint over my file is raising the follwoing error:
space-evenly
justify-content
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
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!
The text was updated successfully, but these errors were encountered:
@XhmikosR Can we get this fix possible, in next release?
Sorry, something went wrong.
No branches or pull requests
I'm using property
space-evenly
withjustify-content
, and running CSSLint over my file is raising the follwoing error:Also, same issue for
word-break
This shouldn't happen!
The text was updated successfully, but these errors were encountered: