ts error raised on tailwind plugin
in tailwind config:
I get the squiggly for daisyui...
Expected 1 arguments, but got 2.
3 Replies
you missed the ) after
typography"
, and the ) is before the closing ]
the whole line should be
plugins: [require("@tailwindcss/typography"), require("daisyui")],
I thank you for not bullying me about such a tremendosly newbie mistake
its all