dashboard/frontend/postcss.config.js

6 lines
79 B
JavaScript
Raw Permalink Normal View History

2025-12-16 08:16:27 +09:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}