Skip to content

Commit 741f6ff

Browse files
committed
README.md
1 parent bdf8977 commit 741f6ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ vite.config.js
3434
+ import tailwindcss from "tailwindcss-mp/vite";
3535

3636
export default defineConfig({
37-
+ plugins: [tailwindcss()],
37+
+ plugins: [tailwindcss()], // 如果使用 uniapp,需要将 tailwindcss 插件放在 uni 之前。
3838
css: {
3939
postcss: {
4040
- plugins: [tailwindcss()],

0 commit comments

Comments
 (0)