From cccdbcd0fda8dd1963c1cba005ce09ad25f03bb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9A=E5=95=A6C=E6=A2=A6?= <15709267061@163.com> Date: Mon, 19 May 2025 19:50:39 +0800 Subject: [PATCH] update --- vite.config.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/vite.config.js b/vite.config.js index 903b42c..f776ea5 100644 --- a/vite.config.js +++ b/vite.config.js @@ -8,8 +8,6 @@ export default defineConfig({ script: { defineModel: true, } - }), UnifiedViteWeappTailwindcssPlugin({ - rem2rpx: true, })], css: { postcss: { plugins: [tailwindcss()]