BaoThangAI / frontend /postcss.config.js
TrungLC's picture
Initial commit - BaoThangAI
cb75c6a
Raw
History Blame Contribute Delete
103 Bytes
export default {
plugins: {
'@tailwindcss/postcss': {},
autoprefixer: {},
},
}