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