Skip to content
New issue

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

By clicking “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? Sign in to your account

[v4] clearing namespace for corePlugin doesn't work #14819

Open
rj-elias opened this issue Oct 29, 2024 · 0 comments
Open

[v4] clearing namespace for corePlugin doesn't work #14819

rj-elias opened this issue Oct 29, 2024 · 0 comments

Comments

@rj-elias
Copy link

What version of Tailwind CSS are you using?

v4.0.0-alpha.30

Reproduction URL

https://play.tailwindcss.com/bjEOmfVaL9

Describe your issue

@theme {
  --background-color-*: initial; /* DO NOT WORK: doesn't clear the background color namespace */
  --background-color-brand: blue; /* WORKS: extends the background color namespace with brand */
}

--background-color-brand: blue; works. It extends the background color namespace with 'brand'

--color-*: initial; works. It clear the whole color namespace
--background-color-*: initial; doesn't clear the background color namespace

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant