From e42e0ec52eade9a61f4140f00c9a6b1a0e07ad4f Mon Sep 17 00:00:00 2001 From: Frost-ZX <30585462+Frost-ZX@users.noreply.github.com> Date: Fri, 18 Mar 2022 17:34:15 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=20PostCSS=20=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- postcss.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postcss.config.js b/postcss.config.js index 253040d..56b45d1 100644 --- a/postcss.config.js +++ b/postcss.config.js @@ -7,7 +7,7 @@ module.exports = { ] }, 'postcss-pxtorem': { - mediaQuery: true, + mediaQuery: false, propList: ['*'], rootValue: 16, unitPrecision: 4,