mirror of
https://github.com/sunniejs/vue-h5-template.git
synced 2025-04-05 19:42:08 +08:00
13 lines
248 B
JavaScript
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: ['*']
|
|
}
|
|
}
|
|
}
|