dev1/postcss.config.js
2025-05-22 17:18:57 +00:00

9 lines
82 B
JavaScript

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