rekan_ai/postcss.config.js

7 lines
80 B
JavaScript
Raw Permalink Normal View History

2025-01-20 09:20:53 +07:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}