nexus-5-frontend-1/postcss.config.js
2026-01-26 11:25:38 -05:00

6 lines
64 B
JavaScript

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