theia/postcss.config.js
Benjamin Palko b2598e0b23
All checks were successful
Deployment / Deploy Storybook (push) Successful in 5m57s
init
2025-04-01 13:50:12 -04:00

5 lines
66 B
JavaScript

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