AutoLoop / postcss.config.mjs
shubhjn's picture
Deploy Clean V1
8dd52b2
const config = {
plugins: {
"@tailwindcss/postcss": {},
autoprefixer: {},
},
};
export default config;