You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the CodeSandbox examples for components (e.g. Accordion, Alert Dialog, etc.) in Radix UI Primitives documentation site do not include the new Tailwind CSS v4+ config directive. Since Tailwind no longer auto-detects tailwind.config.js without explicitly using @config "../path/to/tailwind.config.js" in a CSS file (e.g., styles.css or global.css), this can break color/theme extensions and confuse developers.
To avoid this and improve the docs, we should update each sandbox example to include: