Missing class group for items-X
(X = left | center | right)
#464
Labels
context-v2
Related to tailwind-merge v2
items-X
(X = left | center | right)
#464
Describe the bug
The class group for align-items is specified in the Tailwind docs as
items-left
and so on.I can extend the base to compensate, which I have done, but I wanted to raise this issue as a possible bug.
To Reproduce
Expected behavior
twMerge('items-left items-center') // => 'items-center'
Environment
Additional context
Looking in the default config, I see there is an
align-items
group, but this is either an alias that tailwind provides, or it's a downright bug intailwind-merge
. I do not see any mention ofalign-items
in the Tailwind v3 docs.The text was updated successfully, but these errors were encountered: