From b8d63989635bc9fb58357f76333796e21409985b Mon Sep 17 00:00:00 2001 From: yangys <y_ys79@sina.com> Date: 星期六, 13 一月 2024 22:29:17 +0800 Subject: [PATCH] 设备类型管理1 --- .postcssrc.js | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.postcssrc.js b/.postcssrc.js index 8062580..741a3e4 100644 --- a/.postcssrc.js +++ b/.postcssrc.js @@ -1,8 +1,8 @@ /* * @Date: 2019-11-21 14:21:14 * @LastEditors: Sneed - * @LastEditTime: 2024-01-04 21:19:30 - * @FilePath: /belleson-frontend/Users/mache/Library/Containers/com.tencent.xinWeChat/Data/Library/Application Support/com.tencent.xinWeChat/2.0b4.0.9/650b28d71b3acf9feb5c2af6da2686eb/Message/MessageTemp/650b28d71b3acf9feb5c2af6da2686eb/File/mdc-portal/.postcssrc.js + * @LastEditTime: 2024-01-07 16:16:12 + * @FilePath: /belleson-frontend/Users/mache/Documents/demo/mdc/.postcssrc.js */ // https://github.com/michael-ciniawsky/postcss-load-config @@ -15,7 +15,8 @@ 'postcss-pxtorem': { rootValue: 19, // 琛ㄧず鏍瑰厓绱犲瓧浣撳ぇ灏忔垨鏍规嵁input鍙傛暟杩斿洖鏍瑰厓绱犲瓧浣撳ぇ灏� propList: ['*'], // 鍙互浠巔x鏇存敼涓簉em鐨勫睘鎬�, 閫氶厤绗�*琛ㄧず鍚敤鎵�鏈夊睘鎬� - selectorBlackList: ['.norem'] // 杩囨护鎺�.norem寮�澶寸殑class锛屼笉杩涜rem杞崲 + selectorBlackList: ['.norem'], // 杩囨护鎺�.norem寮�澶寸殑class锛屼笉杩涜rem杞崲 + exclude: ['node_modules'] } } } -- Gitblit v1.9.3