/** @type {import('postcss').Config} */ export default { plugins: { tailwindcss: {}, autoprefixer: {}, }, };