styles.css — ui Source File
Architecture documentation for styles.css, a css file in the ui codebase. 0 imports, 1 dependents.
Entity Profile
Dependency Diagram
graph LR 0e045955_7d3b_9466_1717_fc27aa6e7f3d["styles.css"] b1e4d980_2eee_b66f_bd53_41e7fb7170bf["layout.tsx"] b1e4d980_2eee_b66f_bd53_41e7fb7170bf --> 0e045955_7d3b_9466_1717_fc27aa6e7f3d style 0e045955_7d3b_9466_1717_fc27aa6e7f3d 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));
}
Domain
Source
Frequently Asked Questions
What does styles.css do?
styles.css is a source file in the ui codebase, written in css. It belongs to the FrameworkTooling domain.
What files import styles.css?
styles.css is imported by 1 file(s): layout.tsx.
Where is styles.css in the architecture?
styles.css is located at packages/shadcn/test/fixtures/frameworks/next-app-src/src/app/styles.css (domain: FrameworkTooling, directory: packages/shadcn/test/fixtures/frameworks/next-app-src/src/app).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free