Files
tech-tracker-next/postcss.config.js

6 lines
70 B
JavaScript

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