Skip to content

Commit

Permalink
adjust Tailwind support message in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dcastil committed Dec 10, 2021
1 parent 803889d commit 1f799bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -16,7 +16,7 @@ twMerge('px-2 py-1 bg-red hover:bg-dark-red', 'p-3 bg-[#B91C1C]')
// → 'hover:bg-dark-red p-3 bg-[#B91C1C]'
```

- Supports Tailwind v3.0 (if you use Tailwind v2, check the [tailwind-merge v1.0.0 release notes](https://github.com/dcastil/tailwind-merge/releases/tag/v1.0.0) to figure out which version of tailwind-merge to use)
- Supports Tailwind v3.0 (if you use Tailwind v2, use [tailwind-merge v0.9.0](https://github.com/dcastil/tailwind-merge/tree/v0.9.0))
- Works in Node >=12 and all modern browsers
- Fully typed
- [<!-- AUTOGENERATED START package-gzip-size -->5.2 kB<!-- AUTOGENERATED END --> minified + gzipped](https://bundlephobia.com/package/tailwind-merge) (<!-- AUTOGENERATED START package-composition -->96.7% self, 3.3% hashlru<!-- AUTOGENERATED END -->)
Expand Down

0 comments on commit 1f799bc

Please sign in to comment.