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)
- 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
