Skip to content

Commit b25a51d

Browse files
committed
chore(docs): add note about twcn3 migration tool to the README
1 parent 5e9a353 commit b25a51d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ The project is literally the [classnames](https://www.npmjs.com/package/classnam
5656
classnames('flex', 'md:block', 'text-black', 'hover:text-red-600', 'flex-row-reverse');
5757
```
5858

59+
## **twcn3**
60+
61+
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.
62+
5963
## Create classes
6064

6165
```js

0 commit comments

Comments
 (0)