Skip to content

Commit dfde5da

Browse files
committed
add v3.3 support info to README
1 parent eb08e11 commit dfde5da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ twMerge('px-2 py-1 bg-red hover:bg-dark-red', 'p-3 bg-[#B91C1C]')
1818
// → 'hover:bg-dark-red p-3 bg-[#B91C1C]'
1919
```
2020

21-
- Supports Tailwind v3.0 up to v3.2 (if you use Tailwind v2, use [tailwind-merge v0.9.0](https://github.com/dcastil/tailwind-merge/tree/v0.9.0))
21+
- Supports Tailwind v3.0 up to v3.3 (except line-height shorthand, tracked in [#211](https://github.com/dcastil/tailwind-merge/issues/211); if you use Tailwind v2, use [tailwind-merge v0.9.0](https://github.com/dcastil/tailwind-merge/tree/v0.9.0))
2222
- Works in all modern browsers and Node >=12
2323
- Fully typed
2424
- [Check bundle size on Bundlephobia](https://bundlephobia.com/package/tailwind-merge)

0 commit comments

Comments
 (0)