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";