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
When using the css above, the neutral color (eg. --color-neutral-50, --color-neutral-100, etc ) tailwind variables are missing in the output css file (in :root, :host {} )
They are there when not importing @nuxt/ui
Additional context
No response
Logs
The text was updated successfully, but these errors were encountered:
Environment
Is this bug related to Nuxt or Vue?
Nuxt
Version
v3.1.0
Reproduction
/* main.css */
@import "tailwindcss" theme(static);
@import "@nuxt/ui";
Description
When using the css above, the neutral color (eg. --color-neutral-50, --color-neutral-100, etc ) tailwind variables are missing in the output css file (in :root, :host {} )
They are there when not importing @nuxt/ui
Additional context
No response
Logs
The text was updated successfully, but these errors were encountered: