Symptom: HMR not updating CSS in Vite
Root cause#
Plugin missing from plugins[], or classes only appear in non-scanned files.
The fix#
Register nakshora() in vite.config plugins; check content globs include all template types.
Verify#
- Hard-refresh (the CSS cache is the #1 false negative)
- Re-generate and re-link the stylesheet
- Search the docs for the exact class — spelling is unforgiving
Related#
troubleshooting/index|All issues · faq/index|FAQ
