minecraft-web/frontend/postcss.config.js

7 lines
81 B
JavaScript
Raw Permalink Normal View History

2025-12-16 08:40:32 +09:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};