[3798b7]: / client / postcss.config.js

Download this file

7 lines (6 with data), 80 Bytes

1
2
3
4
5
6
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}