We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
classGroups
Using extendTailwindMerge I've to check source code to see proper classGroups keys to properly handle custom classes.
extendTailwindMerge
const twMerge = extendTailwindMerge({ classGroups: { // here keys should be defined as strict 'min-h': [{ 'min-h': ['page'] }], }, });
Types for classGroups, conflictingClassGroups and conflictingClassGroupModifiers should properly strict keys.
conflictingClassGroups
conflictingClassGroupModifiers
type ClassGroupId should be an union of all keys that I can found here
ClassGroupId
The text was updated successfully, but these errors were encountered:
Hey @KajSzy! 👋
Good news, this is already done and will be released in an upcoming v2 release.
I'm closing this issue, let me know if this doesn't solve your problem.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Using
extendTailwindMerge
I've to check source code to see properclassGroups
keys to properly handle custom classes.To Reproduce
Expected behavior
Types for
classGroups
,conflictingClassGroups
andconflictingClassGroupModifiers
should properly strict keys.Environment
Additional context
type
ClassGroupId
should be an union of all keys that I can found hereThe text was updated successfully, but these errors were encountered: