From 25c5c2c1ee824c92141e799b00577088ff41d09c Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Fri, 23 May 2025 14:49:52 +0200 Subject: Add tailwind --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 7e08b99..a1f385d 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,8 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.8.0" + "@tailwindcss/vite": "^4.1.7", + "astro": "^5.8.0", + "tailwindcss": "^4.1.7" } -} \ No newline at end of file +} -- cgit v1.3.1