// ============================================================================ // agent verf - PostCSS Configuration // Version: 0.1.0 // Last Updated: 2026-01-13 // ============================================================================ module.exports = { plugins: { tailwindcss: {}, autoprefixer: {}, }, }