All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rules.scsslint.HexValidation.html Maven / Gradle / Ivy

Details

Ensure hexadecimal colors are valid (either three or six digits).

Bad

p {
background: #ab; // Clearly a typo
}

Good

p {
background: #abc;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy