agent-verif / packages /web /postcss.config.js
claude's playground
feat(agent verf): Add multi-provider LLM infrastructure with dual-mode support
0a6602d
Raw
History Blame Contribute Delete
327 Bytes
// ============================================================================
// agent verf - PostCSS Configuration
// Version: 0.1.0
// Last Updated: 2026-01-13
// ============================================================================
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}