We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdf8977 commit 741f6ffCopy full SHA for 741f6ff
1 file changed
README.md
@@ -34,7 +34,7 @@ vite.config.js
34
+ import tailwindcss from "tailwindcss-mp/vite";
35
36
export default defineConfig({
37
-+ plugins: [tailwindcss()],
++ plugins: [tailwindcss()], // 如果使用 uniapp,需要将 tailwindcss 插件放在 uni 之前。
38
css: {
39
postcss: {
40
- plugins: [tailwindcss()],
0 commit comments