From db20e1c2648b1eb0169964c2ee5182c0b6db469e Mon Sep 17 00:00:00 2001 From: pasqualevitiello Date: Sun, 6 Sep 2026 11:28:11 +0200 Subject: [PATCH] chore(ui): define Tailwind CSS compatibility --- bun.lock | 1 + packages/ui/package.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/bun.lock b/bun.lock index 4812e6546..0e9462409 100644 --- a/bun.lock +++ b/bun.lock @@ -200,6 +200,7 @@ "peerDependencies": { "next": "^16.2.5", "react": "^19.2.6", + "tailwindcss": ">=4.1.17 <5", }, }, }, diff --git a/packages/ui/package.json b/packages/ui/package.json index 51c6d3951..ecb176a0b 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -39,7 +39,8 @@ "name": "@coss/ui", "peerDependencies": { "next": "^16.2.5", - "react": "^19.2.6" + "react": "^19.2.6", + "tailwindcss": ">=4.1.17 <5" }, "scripts": { "clean": "rm -rf node_modules",