Files
reg_java/mobile-h5/postcss.config.js
王子琦 ea34c396dd aaa
2026-01-09 15:48:50 +08:00

12 lines
201 B
JavaScript

module.exports = {
plugins: {
autoprefixer: {},
'postcss-pxtorem': {
rootValue: 37.5,
propList: ['*'],
selectorBlackList: ['.ignore-px'],
minPixelValue: 2
}
}
}