Skip to content

Commit

Permalink
add examples of class composition libraries to features docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dcastil committed May 20, 2023
1 parent 6a01636 commit 19eba35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ twMerge('text-red text-secret-sauce') // → 'text-secret-sauce'

## Composition

tailwind-merge has some features that simplify composing class strings together.
tailwind-merge has some features that simplify composing class strings together. Those allow you to compose classes like in [clsx](https://www.npmjs.com/package/clsx), [classnames](https://www.npmjs.com/package/classnames) or [classix](https://www.npmjs.com/package/classix).

### Supports multiple arguments

Expand Down

0 comments on commit 19eba35

Please sign in to comment.