Symptom: Arbitrary value with spaces breaks

Root cause#

Spaces terminate the class token.

The fix#

Replace spaces with underscores: grid-cols-[1fr_2fr].

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

troubleshooting/index|All issues · faq/index|FAQ