出于某种原因,即使在根据文档安装了所有内容之后,插件@tailwindcss/forms 似乎根本不起作用,我也没有收到任何错误信息。
我的设置
plugins: [
require('@tailwindcss/forms')
// ...
],
在此之后,我运行 yarn dev 来启动 vite,然后它应该已经根据文档工作了。
想法:
我认为它可能与postcss有关,所以我也安装了autoprefixer和postcss,但它仍然不起作用。我必须为 postcss 做一些配置吗?
我还收到一个似乎与此无关的错误:
Layout was forced before the page was fully loaded. If stylesheets are not yet loaded this may cause a flash of unstyled content.