-
Hi. thanks for nice library. in main branch, const customTwMerge = extendTailwindMerge({
// ↓ Add values to existing theme scale or create a new one
theme: {
spacing: ['sm', 'md', 'lg'],
},
// ↓ Add values to existing class groups or define new ones
classGroups: {
foo: ['foo', 'foo-2', { 'bar-baz': ['', '1', '2'] }],
bar: [{ qux: ['auto', (value) => Number(value) >= 1000] }],
},
// ↓ Here you can define additional conflicts across class groups
conflictingClassGroups: {
foo: ['bar'],
},
}) But in v0.8.2, theme options is missing.
is theme options is going to be removed from |
Beta Was this translation helpful? Give feedback.
Answered by
rhostem
Nov 24, 2021
Replies: 1 comment
-
copied to #61. please close this discussion. 🙏 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dcastil
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
copied to #61. please close this discussion. 🙏