Skip to content

Commit

Permalink
v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dcastil committed Dec 21, 2023
1 parent 071e336 commit e874a79
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div align="center">
<br />
<a href="https:/dcastil/tailwind-merge">
<img src="https:/dcastil/tailwind-merge/raw/v2.1.0/assets/logo.svg" alt="tailwind-merge" height="150px" />
<img src="https:/dcastil/tailwind-merge/raw/v2.2.0/assets/logo.svg" alt="tailwind-merge" height="150px" />
</a>
</div>

Expand All @@ -18,21 +18,21 @@ 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 up to v3.3 (if you use Tailwind v2, use [tailwind-merge v0.9.0](https:/dcastil/tailwind-merge/tree/v0.9.0))
- Works in all modern browsers and Node >=12
- Supports Tailwind v3.0 up to v3.4 (if you use Tailwind v2, use [tailwind-merge v0.9.0](https:/dcastil/tailwind-merge/tree/v0.9.0))
- Works in all modern browsers and maintained Node versions
- Fully typed
- [Check bundle size on Bundlephobia](https://bundlephobia.com/package/tailwind-merge)

## Get started

- [What is it for](https:/dcastil/tailwind-merge/tree/v2.1.0/docs/what-is-it-for.md)
- [When and how to use it](https:/dcastil/tailwind-merge/tree/v2.1.0/docs/when-and-how-to-use-it.md)
- [Features](https:/dcastil/tailwind-merge/tree/v2.1.0/docs/features.md)
- [Limitations](https:/dcastil/tailwind-merge/tree/v2.1.0/docs/limitations.md)
- [Configuration](https:/dcastil/tailwind-merge/tree/v2.1.0/docs/configuration.md)
- [Recipes](https:/dcastil/tailwind-merge/tree/v2.1.0/docs/recipes.md)
- [API reference](https:/dcastil/tailwind-merge/tree/v2.1.0/docs/api-reference.md)
- [Writing plugins](https:/dcastil/tailwind-merge/tree/v2.1.0/docs/writing-plugins.md)
- [Versioning](https:/dcastil/tailwind-merge/tree/v2.1.0/docs/versioning.md)
- [Contributing](https:/dcastil/tailwind-merge/tree/v2.1.0/docs/contributing.md)
- [Similar packages](https:/dcastil/tailwind-merge/tree/v2.1.0/docs/similar-packages.md)
- [What is it for](https:/dcastil/tailwind-merge/tree/v2.2.0/docs/what-is-it-for.md)
- [When and how to use it](https:/dcastil/tailwind-merge/tree/v2.2.0/docs/when-and-how-to-use-it.md)
- [Features](https:/dcastil/tailwind-merge/tree/v2.2.0/docs/features.md)
- [Limitations](https:/dcastil/tailwind-merge/tree/v2.2.0/docs/limitations.md)
- [Configuration](https:/dcastil/tailwind-merge/tree/v2.2.0/docs/configuration.md)
- [Recipes](https:/dcastil/tailwind-merge/tree/v2.2.0/docs/recipes.md)
- [API reference](https:/dcastil/tailwind-merge/tree/v2.2.0/docs/api-reference.md)
- [Writing plugins](https:/dcastil/tailwind-merge/tree/v2.2.0/docs/writing-plugins.md)
- [Versioning](https:/dcastil/tailwind-merge/tree/v2.2.0/docs/versioning.md)
- [Contributing](https:/dcastil/tailwind-merge/tree/v2.2.0/docs/contributing.md)
- [Similar packages](https:/dcastil/tailwind-merge/tree/v2.2.0/docs/similar-packages.md)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tailwind-merge",
"version": "2.1.0",
"version": "2.2.0",
"description": "Merge Tailwind CSS classes without style conflicts",
"keywords": [
"tailwindcss",
Expand Down

0 comments on commit e874a79

Please sign in to comment.