versia-go/web/postcss.config.js
2024-08-13 01:18:14 +02:00

7 lines
93 B
JavaScript

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