39910-vm/postcss.config.js
2026-05-06 09:19:27 +00:00

7 lines
80 B
JavaScript

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