Blame view

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