Files
tech-tracker-next/postcss.config.js
2025-06-11 14:15:43 -05:00

6 lines
70 B
JavaScript

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