mirror of
https://github.com/rjNemo/meal_planner
synced 2026-06-12 13:26:45 +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: {
|
theme: {
|
||||||
extend: {},
|
extend: {},
|
||||||
},
|
},
|
||||||
plugins: [require("daisyui")],
|
plugins: [require("@tailwindcss/typography"), require("daisyui")],
|
||||||
daisyui: {
|
daisyui: {
|
||||||
themes: ["cupcake"],
|
themes: ["cupcake"],
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue