nextload/postcss.config.js
2024-06-24 00:05:41 +02:00

7 lines
80 B
JavaScript

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