From b4c011a8baa6baa8d09dbf2b902930c543f0bd67 Mon Sep 17 00:00:00 2001 From: rohanharikr Date: Wed, 1 Apr 2026 10:23:00 +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 | 1887 +++++++++++++------------------------------- package.json | 7 +- postcss.config.js | 6 - style.css | 10 +- tailwind.config.js | 9 - vite.config.js | 5 + 7 files changed, 556 insertions(+), 1374 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 58bb494..736cbea 100644 --- a/index.html +++ b/index.html @@ -16,7 +16,7 @@