game-master/postcss.config.js
2025-03-25 21:26:24 +01:00

6 lines
70 B
JavaScript

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