import autoprefixer from "autoprefixer"; import px2rem from 'postcss-pxtorem' let all = { plugins:[autoprefixer(),px2rem({rootValue: 192,unitPrecision: 5,propList:['*']})] } export default all