Files
edr-platform/apps/edr-freight-web/backoffice/user-management-config/postcss.config.js
2026-06-13 14:32:26 +03:00

8 lines
323 B
JavaScript

// Tailwind is handled by the @tailwindcss/vite plugin (see vite.config.ts), so
// PostCSS needs no plugins here. This local config exists to stop Vite from
// walking up to the monorepo root postcss.config.js (Tailwind v3), which would
// conflict with this package's Tailwind v4 setup.
export default {
plugins: {},
};