We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bca177 commit 148c745Copy full SHA for 148c745
tests/tailwind-css-versions.test.ts
@@ -79,4 +79,5 @@ test('supports Tailwind CSS v4.0 features', () => {
79
expect(twMerge('font-stretch-expanded font-stretch-[66.66%] font-stretch-50%')).toBe(
80
'font-stretch-50%',
81
)
82
+ expect(twMerge('col-span-full col-2 row-span-3 row-4')).toBe('col-2 row-4')
83
})
0 commit comments