-
Hello everyone, //...
colors: {
white:"#fff",
}
//...
fontSize: {
button: ['18px'],
}
//.... but i'm getting this conflict console.log(twMerge('text-button text-white')); // => it return text-white even tho i configured twMerge by siting the colors but i couldn't figure out how to configure font-size or font-family const twMerge = extendTailwindMerge({
theme: {
colors:['white',...]
},
}); thanks |
Beta Was this translation helpful? Give feedback.
Answered by
mhsfh
Jan 9, 2023
Replies: 1 comment
-
i find solution here |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mhsfh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i find solution here