testgo4/apps/web/postcss.config.js
jordan cc78b59f2f
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Add app-react component: web
2026-02-01 20:53:38 +00:00

7 lines
81 B
JavaScript

export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};