Your theme generates a Tailwind CSS configuration that your codebase uses for styling. You can view the generated config at any time and sync changes with the CLI.Documentation Index
Fetch the complete documentation index at: https://docs.subframe.com/llms.txt
Use this file to discover all available pages before exploring further.
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

