TS-Arena / postcss.config.mjs
Henrik Albers
convert to next.js
42f149e
raw
history blame contribute delete
94 Bytes
const config = {
plugins: {
"@tailwindcss/postcss": {},
},
};
export default config;