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