mcs/postcss.config.js
2025-10-23 20:32:42 +00:00

6 lines
No EOL
79 B
JavaScript

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