Files
stream.graff.tech-new/client/postcss.config.js
T
2025-10-03 15:43:22 +05:00

7 lines
80 B
JavaScript

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