79454769

Date: 2025-02-20 14:08:01
Score: 2
Natty:
Report link

You seemingly can't use (certain???) hex/rgb phrases as colors with tailwind, I've had this issue too.

The best work-around for me was utilizing the style property to set colors (especially if doing it dynamically).

<div style={{ backgroundColor: color || COLORS.primary }} />
Reasons:
  • Blacklisted phrase (1): ???
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: clxrity