OpChan/postcss.config.js
2025-04-15 16:28:03 +05:30

7 lines
80 B
JavaScript

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