performanceTailwind
Avoid Arbitrary Values
SHOULD
SHOULD: Avoid arbitrary values [17px]; use theme tokens (p-4, text-foreground)
Prefer theme tokens over arbitrary bracket values
Bad
Good
Why it matters
Arbitrary values create one-off utility classes that bypass your design system's spacing/color scale, create inconsistencies, generate additional CSS, and make maintenance harder with magic numbers scattered throughout.