miru/postcss.config.js
2025-05-22 16:04:25 +02:00

6 lines
78 B
JavaScript

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