Vercel/postcss.config.js
2025-02-08 16:21:26 -06:00

6 lines
71 B
JavaScript

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