vant-weapp/postcss.config.js
2018-09-28 15:18:24 +08:00

6 lines
62 B
JavaScript

module.exports = {
plugins: {
'autoprefixer': {}
}
};