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