From 1c69f28572436f19baf7a642275826db032c96fc Mon Sep 17 00:00:00 2001 From: rohanharikr Date: Wed, 1 Apr 2026 10:14:22 +0100 Subject: [PATCH] Upgrade to Tailwind v4 - Replace @tailwind directives with @import "tailwindcss" - Switch to @tailwindcss/vite plugin, remove postcss/autoprefixer - Convert bg-opacity utilities to slash syntax - Add cursor-pointer for buttons (v4 preflight change) - Delete tailwind.config.js and postcss.config.js Co-Authored-By: Claude Opus 4.6 (1M context) --- index.html | 6 +- package-lock.json | 1817 ++++++++++++-------------------------------- package.json | 5 +- postcss.config.js | 6 - style.css | 10 +- tailwind.config.js | 9 - vite.config.js | 5 + 7 files changed, 521 insertions(+), 1337 deletions(-) delete mode 100644 postcss.config.js delete mode 100644 tailwind.config.js create mode 100644 vite.config.js diff --git a/index.html b/index.html index 19cc956..712de18 100644 --- a/index.html +++ b/index.html @@ -16,7 +16,7 @@