AI

AI Assistant

Online

Hello! I'm your AI assistant. How can I help you today?
Can you explain how Tailwind CSS custom properties work?
Of course! CSS custom properties (also called CSS variables) let you define reusable values. In Tailwind v4, you can use @theme to expose design tokens as custom properties that integrate directly with utility classes.
That makes sense, thanks!