beerpong-elo/web/postcss.config.js

7 lines
80 B
JavaScript
Raw Permalink Normal View History

2025-01-08 16:35:57 +01:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}