AI_Square / ai-square /postcss.config.mjs
MHRDYN7's picture
initialized the nextjs app
a7e0657
raw
history blame contribute delete
94 Bytes
const config = {
plugins: {
"@tailwindcss/postcss": {},
},
};
export default config;