smart_ims/postcss.config.js
2026-01-22 23:42:55 +09:00

7 lines
92 B
JavaScript

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