MachinaCheck / postcss.config.mjs
sarmaddev's picture
added docker and nextjs app
3318ac7
raw
history blame contribute delete
94 Bytes
const config = {
plugins: {
"@tailwindcss/postcss": {},
},
};
export default config;