From c5488b34876f863558219f998e75c798c34af3cd Mon Sep 17 00:00:00 2001 From: yangys <y_ys79@sina.com> Date: 星期二, 16 一月 2024 22:10:32 +0800 Subject: [PATCH] 修改标题错误 --- .postcssrc.js | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.postcssrc.js b/.postcssrc.js index 379f11d..741a3e4 100644 --- a/.postcssrc.js +++ b/.postcssrc.js @@ -1,7 +1,7 @@ /* * @Date: 2019-11-21 14:21:14 * @LastEditors: Sneed - * @LastEditTime: 2024-01-06 23:06:16 + * @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