2025 / apps /web /postcss.config.cjs
daqc's picture
Initial commit
ad19202
module.exports = {
plugins: {
"@tailwindcss/postcss": {},
},
};