game/admin/web/postcss.config.js

7 lines
80 B
JavaScript
Raw Normal View History

2025-06-21 00:54:48 +08:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
}