font-[inherit]
should override font-bold
(or any other weight)
#499
Labels
context-v2
Related to tailwind-merge v2
tailwind-merge
2.5.5
doesn't correctly override font-weight forinherit
as an arbitrary value.Expected
twMerge('font-bold', 'font-[inherit]')
should result infont-[inherit]
font-[inherit]
should override all Tailwind CSS font weights.To Reproduce
The text was updated successfully, but these errors were encountered: