From 1b37be02b5777d3dea0e51d0847fbfe27a1654d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Feb 2026 10:08:28 +0000 Subject: [PATCH] Update dependency tailwindcss to v4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 342f6ce..69c429d 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@astrojs/tailwind": "^5.1.5", "astro": "^5.16.6", "sass": "^1.97.3", - "tailwindcss": "^3.4.17" + "tailwindcss": "^4.0.0" }, "devDependencies": { "prettier": "^3.8.1",