admin管理员组文章数量:1426642
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
本文标签: javascriptUpgrade tailwind v2 to v3 TypeError Cannot read propertyStack Overflow
版权声明:本文标题:javascript - Upgrade tailwind v2 to v3 TypeError: Cannot read property - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745459821a2659272.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论