file-hosting/postcss.config.js
2025-04-12 23:32:29 +02:00

6 lines
70 B
JavaScript

export default {
plugins: {
"@tailwindcss/postcss": {},
},
};