Website-V3/postcss.config.js
2025-04-08 21:22:00 -04:00

6 lines
80 B
JavaScript

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