docker-nginx2 / frontend /postcss.config.js
hamza82's picture
make this code runable and solve error
1201570
raw
history blame
86 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}