/** * earth-now.co * Author: Simon-Pierre Boucher * Contact: contact@spboucher.ai * File: apps/web/postcss.config.mjs * Purpose: PostCSS pipeline for the web app — Tailwind CSS + Autoprefixer */ export default { plugins: { tailwindcss: {}, autoprefixer: {}, }, };