atlas/packages/theia/postcss.config.js
Benjamin Palko 81633cda04
All checks were successful
Deployment / Deploy (push) Successful in 6m9s
rename to theia
2025-03-30 23:15:40 -04:00

5 lines
66 B
JavaScript

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