Blame view

postcss.config.js 88 Bytes
陈文彬 authored
1
module.exports = {
vben authored
2
3
4
5
  plugins: {
    'postcss-import': {},
    autoprefixer: {},
  },
陈文彬 authored
6
};