rackham-meeting-analyzer/frontend/postcss.config.js
2025-11-03 08:15:51 -06:00

6 lines
91 B
JavaScript

export default {
plugins: {
'@tailwindcss/postcss': {},
autoprefixer: {},
},
}