ant-design-vue/postcss.config.js

4 lines
60 B
JavaScript
Raw Normal View History

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