vue-h5-template/.postcssrc.js
2019-05-23 17:35:34 +08:00

13 lines
248 B
JavaScript

// https://github.com/michael-ciniawsky/postcss-load-config
module.exports = {
plugins: {
autoprefixer: {
browsers: ['Android >= 4.0', 'iOS >= 7']
},
'postcss-pxtorem': {
rootValue: 37.5,
propList: ['*']
}
}
}