Skip to content

Commit 148c745

Browse files
committed
add test case
1 parent 2bca177 commit 148c745

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/tailwind-css-versions.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,5 @@ test('supports Tailwind CSS v4.0 features', () => {
7979
expect(twMerge('font-stretch-expanded font-stretch-[66.66%] font-stretch-50%')).toBe(
8080
'font-stretch-50%',
8181
)
82+
expect(twMerge('col-span-full col-2 row-span-3 row-4')).toBe('col-2 row-4')
8283
})

0 commit comments

Comments
 (0)