mirror of
https://github.com/rjNemo/meal_planner
synced 2026-06-06 02:26:49 +00:00
use typography plugin
This commit is contained in:
parent
0e944d614f
commit
7708d7dfe0
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ export default {
|
|||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
plugins: [require("daisyui")],
|
||||
plugins: [require("@tailwindcss/typography"), require("daisyui")],
|
||||
daisyui: {
|
||||
themes: ["cupcake"],
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue