From 7a1f19545c89aa103f58b62cca3bf88a3f84df72 Mon Sep 17 00:00:00 2001 From: Stephan Ploehn Date: Thu, 4 Sep 2025 10:26:39 +0200 Subject: [PATCH] feat(tailwind): added typography plugin --- package.json | 1 + src/css/tailwind.css | 1 + 2 files changed, 2 insertions(+) diff --git a/package.json b/package.json index 8f7a707..9110cca 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,7 @@ "@hotwired/stimulus": "^3.2.2", "@hotwired/stimulus-webpack-helpers": "^1.0.1", "@hotwired/turbo": "^8.0.13", + "@tailwindcss/typography": "^0.5.16", "concurrently": "^9.2.1", "tailwindcss": "^4.1.12" }, diff --git a/src/css/tailwind.css b/src/css/tailwind.css index f1d8c73..3571db7 100644 --- a/src/css/tailwind.css +++ b/src/css/tailwind.css @@ -1 +1,2 @@ @import "tailwindcss"; +@plugin "@tailwindcss/typography";