From 3bbfa337c5b3a79220c66a65c22f8277099b6074 Mon Sep 17 00:00:00 2001
From: zhangxiaoxu123456 <zxx19900626>
Date: 星期二, 12 四月 2022 18:41:55 +0800
Subject: [PATCH] 企业职工社保及弹框

---
 .postcssrc.js |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/.postcssrc.js b/.postcssrc.js
index eee3e92..6e8fedd 100644
--- a/.postcssrc.js
+++ b/.postcssrc.js
@@ -5,6 +5,11 @@
     "postcss-import": {},
     "postcss-url": {},
     // to edit target browsers: use "browserslist" field in package.json
-    "autoprefixer": {}
+    "autoprefixer": {},
+    "postcss-px2rem-exclude": {  // 娣诲姞鐨勪唬鐮�
+      remUnit: 256,
+      exclude: /node_modules|element/i // 蹇界暐node_modules鐩綍涓嬬殑鏂囦欢
+    }
+
   }
 }

--
Gitblit v1.9.1