GameServerManager/client/postcss.config.js
2025-07-08 11:51:05 +08:00

6 lines
No EOL
79 B
JavaScript

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