Vercel/postcss.config.js
2025-08-26 20:36:51 -05:00

6 lines
72 B
JavaScript

module.exports = {
plugins: {
'@tailwindcss/postcss': {},
},
};