Skip to content

CSSLint raising error for justify-content #757

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!

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

    Issue actions