Symptom: Opacity modifier ignored on custom color
Root cause#
Custom color defined without alpha-capable format.
The fix#
Define colors as hex/hsl (not pre-baked rgba); the engine converts.
Verify#
- Hard-refresh (the CSS cache is the #1 false negative)
- Run
nakshora doctorand re-build with--stats - Search the docs for the exact class — spelling is unforgiving
Related#
troubleshooting/index|All issues · faq/index|FAQ
