From 9802536ded784bd685eb75da1765f69af48ad384 Mon Sep 17 00:00:00 2001 From: Matti Nannt Date: Mon, 7 Apr 2025 14:40:10 +0900 Subject: [PATCH] chore: upgrade demo app to tailwind v4 (#5237) Co-authored-by: Dhruwang --- apps/demo/components/sidebar.tsx | 8 +- apps/demo/globals.css | 26 ++++- apps/demo/package.json | 3 +- apps/demo/pages/index.tsx | 4 +- apps/demo/postcss.config.js | 3 +- apps/demo/tailwind.config.js | 13 --- pnpm-lock.yaml | 189 +++++++++++++++++++++++++++---- 7 files changed, 200 insertions(+), 46 deletions(-) delete mode 100644 apps/demo/tailwind.config.js diff --git a/apps/demo/components/sidebar.tsx b/apps/demo/components/sidebar.tsx index be9f3cd8ed..4e54a63d2a 100644 --- a/apps/demo/components/sidebar.tsx +++ b/apps/demo/components/sidebar.tsx @@ -27,7 +27,7 @@ const secondaryNavigation = [ export function Sidebar(): React.JSX.Element { return ( -
+