theia/postcss.config.js
Benjamin Palko 4ca9e1b089
Some checks failed
Deployment / Deploy (push) Has been cancelled
init
2025-04-01 13:49:37 -04:00

5 lines
66 B
JavaScript

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