use typography plugin

This commit is contained in:
Ruidy 2024-04-27 00:46:51 +02:00
parent 0e944d614f
commit 7708d7dfe0
No known key found for this signature in database
GPG key ID: E00F51288CB857CC

View file

@ -11,7 +11,7 @@ export default {
theme: { theme: {
extend: {}, extend: {},
}, },
plugins: [require("daisyui")], plugins: [require("@tailwindcss/typography"), require("daisyui")],
daisyui: { daisyui: {
themes: ["cupcake"], themes: ["cupcake"],
}, },