From b25a51dd38f778b557aab66d6e5a269c7a1a9e60 Mon Sep 17 00:00:00 2001 From: Muhammad Sammy Date: Fri, 24 Dec 2021 13:46:18 +0200 Subject: [PATCH] chore(docs): add note about `twcn3` migration tool to the README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 55b5975c..3bb659ff 100644 --- a/README.md +++ b/README.md @@ -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