Pattern: Inconsistent hex color case
Issue: -
Specify lowercase or uppercase for hex colors.
The following patterns are considered violations:
a { color: #FFF; }
The following patterns are not considered violations:
a { color: #000; }
a { color: #fff; }
The following patterns are considered violations:
a { color: #fff; }
The following patterns are not considered violations:
a { color: #000; }
a { color: #FFF; }