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
Describe the bug
When creating a project using pnpm dlx @intentui/cli@latest init the CSS that gets added to the root stylesheet is missing both the import of tw-animate-css aswell as the plugin tailwindcss-react-aria-components. This is the cause of #458
To Reproduce
Steps to reproduce the behavior:
Create new project using @intentui/cli@latest init
Expected behavior
I would expect all of the required CSS to be added to my root stylesheet not just the theme variables.