fayuanjiangbei/postcss.config.js

9 lines
161 B
JavaScript

module.exports = {
plugins: {
autoprefixer: {},
"postcss-pxtorem": {
"rootValue": 16,
"propList": ["*"]
}
}
}