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