I have follow the guide to upgrade on tailwind .
But I know get an error on my ionic angular app
TypeError: Cannot read property '700' of undefined
I have follow the guide to upgrade on tailwind https://tailwindcss./docs/upgrade-guide.
But I know get an error on my ionic angular app
TypeError: Cannot read property '700' of undefined
Share
Improve this question
asked Dec 15, 2021 at 10:20
crgcrg
4,5783 gold badges38 silver badges68 bronze badges
1 Answer
Reset to default 6It seems that the version of the tailwind plugins I had was not patible with Tailwind v3
I had to update theme, tailwind typography and forms in my case.
npm install -D @tailwindcss/typography@latest \
@tailwindcss/forms@latest
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745459821a4628656.html
评论列表(0条)