Symptom: @apply throws on a variant class
Root cause#
@apply inlines utilities; complex variant stacks may need restructure.
The fix#
Apply base utilities; move variant styling into selectors with variants() or plain CSS.
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
