From fd676e81bfd40b5fcf3359f550bc32465fe721b7 Mon Sep 17 00:00:00 2001 From: Kunthawat Greethong Date: Mon, 27 Apr 2026 20:46:49 +0700 Subject: [PATCH] Fix: correct @tailwindcss/vite to 4.2.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ac5e09a..9a06f9b 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@astrojs/check": "^0.9.4", "@astrojs/mdx": "^5.0.4", "@tailwindcss/typography": "^0.5.15", - "@tailwindcss/vite": "^4.4.2", + "@tailwindcss/vite": "^4.2.4", "astro": "^6.1.7", "react": "^18.3.1", "react-dom": "^18.3.1",