Files
bunext/postcss.config.mjs
T
2026-03-22 16:45:12 +01:00

6 lines
78 B
JavaScript

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