T3-Template/postcss.config.js
2025-05-13 09:28:44 -05:00

6 lines
70 B
JavaScript

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