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
@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
The text was updated successfully, but these errors were encountered:
What version of Tailwind CSS are you using?
v4.0.0-alpha.30
Reproduction URL
https://play.tailwindcss.com/bjEOmfVaL9
Describe your issue
--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 namespaceThe text was updated successfully, but these errors were encountered: