Symptom: My classes are not being generated
Root cause#
The scanner never saw them: the file is outside content globs, the name is built by runtime concatenation, or the build is stale.
The fix#
Check globs with nakshora doctor; replace concatenation with literal lookups; add unavoidable dynamic names to the safelist; rebuild.
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
