joel-st-kunkun-nostr-goto-repo/postcss.config.js
2025-03-13 23:01:50 +00:00

7 lines
80 B
JavaScript

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