versia-go/web/postcss.config.js

7 lines
93 B
JavaScript
Raw Permalink Normal View History

2024-08-11 03:51:22 +02:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};