theia/postcss.config.js
Benjamin Palko 8b064f9cdd
All checks were successful
Deployment / Deploy Storybook (push) Successful in 5m56s
init
2025-04-01 15:52:50 -04:00

5 lines
66 B
JavaScript

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