Pattern: Use of hex color
Issue: -
Disallow the usage of hex colors.
a { color: #fff; } // ✗ avoid
a { color: red; } // ✓ ok
Pattern: Use of hex color
Issue: -
Disallow the usage of hex colors.
a { color: #fff; } // ✗ avoid
a { color: red; } // ✓ ok