matrix-emote/postcss.config.js
2024-04-23 18:38:06 +02:00

7 lines
80 B
JavaScript

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