[0d34a1]: / client / postcss.config.js

Download this file

7 lines (6 with data), 82 Bytes

1
2
3
4
5
6
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}