/** * @file postcss.config.js * @description PostCSS pipeline for the client build — Tailwind CSS and Autoprefixer. * @author Nguyễn Ngọc Trí Vĩ */ export default { plugins: { tailwindcss: {}, autoprefixer: {}, }, };