hyperdashi-client/postcss.config.js
2025-07-05 11:52:57 +09:00

6 lines
No EOL
84 B
JavaScript

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