postcss.config.mjs 460 B

123456789101112131415
  1. /**
  2. * PostCSS Configuration
  3. *
  4. * Tailwind CSS v4 (via @tailwindcss/vite) automatically sets up all required
  5. * PostCSS plugins — you do NOT need to include `tailwindcss` or `autoprefixer` here.
  6. *
  7. * This file only exists for adding additional PostCSS plugins, if needed.
  8. * For example:
  9. *
  10. * import postcssNested from 'postcss-nested'
  11. * export default { plugins: [postcssNested()] }
  12. *
  13. * Otherwise, you can leave this file empty.
  14. */
  15. export default {}