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']
}
}
};