ant-design-vue/postcss.config.js

4 lines
60 B
JavaScript
Raw Permalink Normal View History

2018-03-18 19:59:38 +08:00
module.exports = {
2019-01-12 11:33:27 +08:00
plugins: [require('autoprefixer')],
};