Files
game-marathon/frontend/postcss.config.js

7 lines
80 B
JavaScript
Raw Normal View History

2025-12-14 02:38:35 +07:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}