Skip to content

CSSLint raising error for justify-content #757

@KVGarg

Description

@KVGarg

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!

Activity

KVGarg

KVGarg commented on Aug 27, 2019

@KVGarg
Author

@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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @KVGarg

        Issue actions

          CSSLint raising error for justify-content · Issue #757 · CSSLint/csslint