frontend / postcss.config.js
hamza82's picture
make this code runable and solve error
0687ef8
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}