CODECHAT / frontend /postcss.config.js
maanavchellani's picture
dark-theme- i dont like
6fa601c
Raw
History Blame Contribute Delete
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}