From a68449f970b398eed5bda4aa4ce83b72803b42af Mon Sep 17 00:00:00 2001 From: Minh-Phuc Tran <25026967+phuctm97@users.noreply.github.com> Date: Wed, 27 Apr 2022 16:07:35 +0700 Subject: [PATCH] fix: allow tailwindcss v2 and v3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 069e1bf..94345c5 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "prepare": "husky install" }, "peerDependencies": { - "tailwindcss": "^2.0.2" + "tailwindcss": ">=2.0.0" }, "devDependencies": { "@commitlint/cli": "^16.2.3",