game/app/postcss.config.js
2026-04-20 16:07:22 +08:00

7 lines
80 B
JavaScript
Executable File

export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}