我已经在尾风上进行了webage

发布于 2025-02-07 08:03:04 字数 208 浏览 1 评论 0原文

我已经使用NPM安装了尾风,并且可以与VSCODE一起使用。

我的WAMP服务器也可以正常工作,我之前已经使用WAMP插入了数据库,但是当涉及到逆风时,它并不能正确显示。 在此处输入图像描述 我想念什么?

I have install tailwind using npm and it works fine with vscode.

My Wamp server works fine too ,I have inserted data into database using wamp before but when it comes to tailwind it doesn't get show up right.
enter image description here
What am i missing?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

你的背包 2025-02-14 08:03:04

您是否正确配置了尾风?
tailwind.config.js
src/input.css
之后您运行了此命令?
npx tailwindcss -i ./src/input.css -o./dist/output.css -watch

您是否在工作文件中导入CSS文件?

Did you configure tailwind correctly?
tailwind.config.js
src/input.css
and after that did you run this command?
npx tailwindcss -i ./src/input.css -o ./dist/output.css --watch

then did you import css file in your working file?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文