Skip to content
New issue

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

CSSLint raising error for justify-content #757

Open
KVGarg opened this issue Aug 26, 2019 · 1 comment
Open

CSSLint raising error for justify-content #757

KVGarg opened this issue Aug 26, 2019 · 1 comment

Comments

@KVGarg
Copy link

KVGarg commented Aug 26, 2019

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!

@KVGarg
Copy link
Author

KVGarg commented Aug 27, 2019

@XhmikosR Can we get this fix possible, in next release?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant