general-eval-card / postcss.config.mjs
Avijit Ghosh
added all the new files
509e21e
raw
history blame contribute delete
144 Bytes
/** @type {import('postcss-load-config').Config} */
const config = {
plugins: {
'@tailwindcss/postcss': {},
},
}
export default config