vant/postcss.config.js

8 lines
114 B
JavaScript

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