ant-design-vue/postcss.config.js

6 lines
68 B
JavaScript
Raw Normal View History

2018-03-18 19:59:38 +08:00
module.exports = {
plugins: [
require('autoprefixer'),
],
}