minichat/postcss.config.js
2024-11-01 15:32:07 +01:00

6 lines
80 B
JavaScript

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