Files
inspector/client/postcss.config.js
Ashwin Bhat 3cdd6faed7 init client
2024-10-07 16:28:05 -07:00

7 lines
80 B
JavaScript

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