Skip to content

Commit

Permalink
chore(docs): add note about twcn3 migration tool to the README
Browse files Browse the repository at this point in the history
muhammadsammy committed Dec 24, 2021
1 parent 5e9a353 commit b25a51d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -56,6 +56,10 @@ The project is literally the [classnames](https://www.npmjs.com/package/classnam
classnames('flex', 'md:block', 'text-black', 'hover:text-red-600', 'flex-row-reverse');
```

## **twcn3**

To make the migrtion easier, [Ryan Goree](https://github.com/ryangoree) created [twcn3](https://www.npmjs.com/package/twcn3) which is a CLI that converts old codebase using the single `classnames` function into multiple utility functions.

## Create classes

```js

0 comments on commit b25a51d

Please sign in to comment.