Blame view

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