39490-vm/postcss.config.js
2026-04-03 19:45:50 +03:00

7 lines
80 B
JavaScript

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