1
0
mirror of https://gitee.com/vant-contrib/vant-weapp.git synced 2025-04-23 18:00:33 +08:00
vant-weapp/postcss.config.js
2018-09-28 15:18:24 +08:00

6 lines
62 B
JavaScript

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