contract-query/frontend/postcss.config.js
2025-08-14 15:03:33 -05:00

6 lines
No EOL
79 B
JavaScript

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