/** * llmindex.io — PostCSS configuration * Author: Simon-Pierre Boucher * Contact: contact@spboucher.ai * License: Proprietary — © Simon-Pierre Boucher, all rights reserved */ export default { plugins: { tailwindcss: {}, autoprefixer: {}, }, };