-
-
Notifications
You must be signed in to change notification settings - Fork 237
Closed
tailwindlabs/tailwindcss
#9385Description
What version of Tailwind CSS are you using?
v3.1.8
Reproduction URL
https://play.tailwindcss.com/3kRy1GbH6z
Describe your issue
For example, I want to remove black: #000 from the colors object, So, I do this:
module.exports = {
theme: {
extend: {
colors: {
black: undefined,
},
},
},
}The issue is that the color black will still be suggested.
Maybe it's something related to tailwind itself because the key black still does exist in the colors object. Maybe tailwind can remove the item if the value is equal to undefined.
Thanks
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels