Skip to content

Commit

Permalink
Merge pull request #2 from dcastil/feature/add-support-for-tailwind-v…
Browse files Browse the repository at this point in the history
…2.2.5

Add support for Tailwind v2.2.5
  • Loading branch information
dcastil authored Jul 21, 2021
2 parents a07844c + 5e5df7b commit 1059108
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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 v2.0.0 up to v2.2.4, support for newer version will be added continuously
- Supports Tailwind v2.0.0 up to v2.2.5, support for newer version will be added continuously
- Works in Node >=12 and all modern browsers
- Fully typed
- [<!-- AUTOGENERATED START package-build-stats:gzipSize -->4.1 kB<!-- AUTOGENERATED END --> minified + gzipped](https://bundlephobia.com/package/tailwind-merge) (<!-- AUTOGENERATED START package-build-stats:composition -->95.7% self, 4.3% hashlru<!-- AUTOGENERATED END -->)
Expand Down
2 changes: 1 addition & 1 deletion src/config/default-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ export function getDefaultConfig() {
* Align Self
* @see https://tailwindcss.com/docs/align-self
*/
['auto', 'start', 'end', 'center', 'stretch'],
['auto', 'start', 'end', 'center', 'stretch', 'baseline'],
],
place: [
/**
Expand Down

0 comments on commit 1059108

Please sign in to comment.