Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
文件和我所有的包裹(图片)
我用cdn试过了,效果很好,但为什么我不能用cli很好地使用它
它可能是tailwind.config.js. 尝试用下面的代码替换它
tailwind.config.js
module.exports = { content: ["./*.html"], theme: { extend: {}, }, plugins: [], }