summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMatthieu Pignolet <matthieu@puffer.fish>2025-10-19 19:31:58 +0200
committerMatthieu Pignolet <matthieu@puffer.fish>2025-10-19 19:31:58 +0200
commitc893326b3d4c2bcd7ba4bc9448ca7a374af53456 (patch)
treeb730352ee0399ffcc034ff139c797985e592eadd /package.json
parente435718c4dd6e956dc1748689a6156129650c250 (diff)
feat: add tailwindcss supportHEADmain
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/package.json b/package.json
index 702bed0..6134976 100644
--- a/package.json
+++ b/package.json
@@ -12,7 +12,9 @@
"@astrojs/mdx": "^4.3.7",
"@astrojs/rss": "^4.0.12",
"@astrojs/sitemap": "^3.6.0",
+ "@tailwindcss/vite": "^4.1.14",
"astro": "^5.14.6",
- "sharp": "^0.34.3"
+ "sharp": "^0.34.3",
+ "tailwindcss": "^4.1.14"
}
-} \ No newline at end of file
+}