chenhao 2 жил өмнө
parent
commit
60693e18c3
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 2 2
      postcss.config.cjs

+ 2 - 2
postcss.config.cjs

@@ -9,11 +9,11 @@ module.exports = {
       propList: ['*'],
       viewportUnit: 'vw',
       fontViewportUnit: 'vw',
-      selectorBlackList: [],
+      selectorBlackList: ['el-*'],
       minPixelValue: 1,
       mediaQuery: false,
       replace: true,
-      exclude: undefined,
+      exclude: [/node_modules/],
       include: undefined,
       landscape: false,
       landscapeUnit: 'vw',