-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Closed
Description
Describe the problem:
v2 now deeply merges theme extensions, so I also expected arrays to be merged.
I.e. I want the below to keep the default fontFamily.sans config but add Inter Var to the beginning.
module.exports = {
theme: {
extend: {
fontFamily: {
sans: ["Inter var"],
},
},
},
}
Link to a minimal reproduction:
Metadata
Metadata
Assignees
Labels
No labels