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