Files
tech-tracker-next/postcss.config.js
2025-06-09 09:55:49 -05:00

6 lines
66 B
JavaScript

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