75965dd97127a6195e529294f58f0d3e3d67c1ea
Gitcub / postcss.config.js
module.exports = {
  plugins: {
    tailwindcss: {},
    autoprefixer: {},
  },
}
1
2
3
4
5
6
7