codeverse / postcss.config.mjs
shubhjn's picture
deploy
5a0b87c
raw
history blame contribute delete
94 Bytes
const config = {
plugins: {
"@tailwindcss/postcss": {},
},
};
export default config;