smart_ims_license/client/postcss.config.js
2026-01-23 20:48:40 +09:00

7 lines
103 B
JavaScript

export default {
plugins: {
"@tailwindcss/postcss": {},
autoprefixer: {},
},
}