Skip to content

tailwindcss neutral color missing #3986

New issue

Have a question about this project? No Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “No Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? No Sign in to your account

Open
Racusthor opened this issue Apr 25, 2025 · 0 comments
Open

tailwindcss neutral color missing #3986

Racusthor opened this issue Apr 25, 2025 · 0 comments
Labels
bug Something isn't working triage v3 #1289

Comments

@Racusthor
Copy link

Environment

  • Operating System: Linux
  • Node Version: v22.3.0
  • Nuxt Version: 3.16.2
  • CLI Version: 3.25.0
  • Nitro Version: 2.11.9
  • Package Manager: pnpm@9.15.4
  • Builder: -
  • User Config: compatibilityDate, devtools, modules, future, css, runtimeConfig
  • Runtime Modules: @nuxt/ui@3.1.0, @nuxt/image@1.10.0, nuxt-auth-utils@0.5.20, nuxt-svgo@4.0.17
  • Build Modules: -

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

@Racusthor Racusthor added bug Something isn't working triage v3 #1289 labels Apr 25, 2025
No Sign up for free to join this conversation on GitHub. Already have an account? No Sign in to comment
Labels
bug Something isn't working triage v3 #1289
Projects
None yet
Development

No branches or pull requests

1 participant