1
0
mirror of https://gitee.com/vant-contrib/vant.git synced 2025-04-06 03:57:59 +08:00
vant/postcss.config.js
2018-12-14 14:24:23 +08:00

8 lines
112 B
JavaScript

module.exports = {
plugins: {
autoprefixer: {
browsers: ['Android >= 4.0', 'iOS >= 7']
}
}
};