ant-design-vue/postcss.config.js

6 lines
68 B
JavaScript
Raw Normal View History

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