Tailwind css 未包含在项目中
我在 HTML 中使用 tailwind post CSS,但类不适用。 我已经安装了所有链接 CSS 的软件包。
tailwindconfigjs 文件
module.exports = {
content: ["*"],
theme: {
extend: {},
},
plugins: [],
}
有什么需要改变的吗?
I am using tailwind post CSS in my HTML, but classes are not applying.
I have installed all packages have linked CSS too.
tailwindconfigjs file
module.exports = {
content: ["*"],
theme: {
extend: {},
},
plugins: [],
}
Is there anything to change?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 tailwind.config.js 中
请参阅 https://tailwindcss.com/docs/installation 了解更多详细信息
In tailwind.config.js
Refer https://tailwindcss.com/docs/installation for more details