Skip to content

border-image-repeat: Expected (stretch | repeat | round) but found 'initial'. #718

@jonathanlinat

Description

@jonathanlinat

CSS:

.parent input {
    border-image-repeat: initial;
}

Error:

Expected (stretch | repeat | round) but found 'initial'.
    border-image-repeat: initial;

initial, as reported by MDN web doc, is a valid global value of the CSS3 border-image-repeat property and shouldn't be considered as invalid by CSSLint.

CSSLint version: v1.0.4

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