Home / File/ globals.css — ui Source File

globals.css — ui Source File

Architecture documentation for globals.css, a css file in the ui codebase. 0 imports, 1 dependents.

File css FrameworkTooling 1 dependents

Entity Profile

Dependency Diagram

graph LR
  1990ee82_9cb3_c13c_7581_ac66bea6b0e1["globals.css"]
  75fb7853_d6bb_c0f7_904f_a1ceb5dc4f69["layout.tsx"]
  75fb7853_d6bb_c0f7_904f_a1ceb5dc4f69 --> 1990ee82_9cb3_c13c_7581_ac66bea6b0e1
  style 1990ee82_9cb3_c13c_7581_ac66bea6b0e1 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

@tailwind base;
@tailwind components;
@tailwind utilities;

:root {
  --foreground-rgb: 0, 0, 0;
  --background-start-rgb: 214, 219, 220;
  --background-end-rgb: 255, 255, 255;
}

@media (prefers-color-scheme: dark) {
  :root {
    --foreground-rgb: 255, 255, 255;
    --background-start-rgb: 0, 0, 0;
    --background-end-rgb: 0, 0, 0;
  }
}

body {
  color: rgb(var(--foreground-rgb));
  background: linear-gradient(
      to bottom,
      transparent,
      rgb(var(--background-end-rgb))
    )
    rgb(var(--background-start-rgb));
}

Frequently Asked Questions

What does globals.css do?
globals.css is a source file in the ui codebase, written in css. It belongs to the FrameworkTooling domain.
What files import globals.css?
globals.css is imported by 1 file(s): layout.tsx.
Where is globals.css in the architecture?
globals.css is located at packages/shadcn/test/fixtures/frameworks/next-app/app/globals.css (domain: FrameworkTooling, directory: packages/shadcn/test/fixtures/frameworks/next-app/app).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free