View Tailwind config
Click Export in the sidebar to view the generated Tailwind configuration for your theme. The dialog has two tabs:- Tailwind CSS v3 — Shows a
tailwind.config.jsfile with your tokens as a JavaScript module - Tailwind CSS v4 — Shows a
theme.cssfile with your tokens as CSS variables inside a@themeblock

- Tailwind v3 — An additional
theme.cssfile with:rootand.darkCSS variable blocks, anddarkMode: 'selector'in the config - Tailwind v4 — A
.darkblock and@custom-variant darkdeclaration in thetheme.cssfile

