summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2025-05-23 14:50:13 +0200
committerYuval Adam <_@yuv.al>2025-05-23 14:50:13 +0200
commit48b7a6c8fdc2127f6cea8333e3a4e22d3f2c2556 (patch)
treebd78a978f2dbfd91b767f42d9ca13bbbc11030fd /package.json
parent25c5c2c1ee824c92141e799b00577088ff41d09c (diff)
Add tailwind typography
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json
index a1f385d..365186e 100644
--- a/package.json
+++ b/package.json
@@ -12,5 +12,8 @@
"@tailwindcss/vite": "^4.1.7",
"astro": "^5.8.0",
"tailwindcss": "^4.1.7"
+ },
+ "devDependencies": {
+ "@tailwindcss/typography": "^0.5.16"
}
}