The shadcn globals.css: the Tailwind import + the dark custom-variant + the token vars (light at :root, dark at the dark selector) + the @theme inline mapping + a base layer applying border/bg/text tokens.
globals.css
dark
:root
@theme inline
The shadcn
globals.css: the Tailwind import + thedarkcustom-variant + the token vars (light at:root, dark at the dark selector) + the@theme inlinemapping + a base layer applying border/bg/text tokens.