admin管理员组文章数量:1289834
I'm trying to set up a simple Tailwind CSS project locally. Everything works fine on the Tailwind Playground or if I use:
<script src="/@tailwindcss/browser@4"></script>
When I do that, the page displays as expected. However, if I remove that script tag and instead include my locally compiled Tailwind file with:
<link href="./output.css" rel="stylesheet">
all the styling is lost — the page shows up in Times New Roman with no colors or Tailwind classes applied.
Here's my folder structure and configuration:
本文标签:
nodejsMy Tailwind CSS does not showing colorboxes or anything Its just plainStack Overflow
版权声明:本文标题:node.js - My Tailwind CSS does not showing color, boxes or anything. Its just plain - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人,
转载请联系作者并注明出处:http://www.betaflare.com/web/1741419976a2377743.html,
本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论