fire/postcss.config.js
2025-04-29 17:09:04 +02:00

6 lines
70 B
JavaScript

export default {
plugins: {
"@tailwindcss/postcss": {},
},
};