App.css — vite Source File
Architecture documentation for App.css, a css file in the vite codebase. 0 imports, 1 dependents.
Entity Profile
Dependency Diagram
graph LR 11c67cde_5a98_2d84_c09e_92aef2886962["App.css"] 895c3d48_2fcc_214f_e5bb_f297f7420d29["App.tsx"] 895c3d48_2fcc_214f_e5bb_f297f7420d29 --> 11c67cde_5a98_2d84_c09e_92aef2886962 style 11c67cde_5a98_2d84_c09e_92aef2886962 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
.counter {
font-size: 16px;
padding: 5px 10px;
border-radius: 5px;
color: var(--accent);
background: var(--accent-bg);
border: 2px solid transparent;
transition: border-color 0.3s;
margin-bottom: 24px;
&:hover {
border-color: var(--accent-border);
}
&:focus-visible {
outline: 2px solid var(--accent);
outline-offset: 2px;
}
}
.hero {
position: relative;
.base,
.framework,
.vite {
inset-inline: 0;
margin: 0 auto;
}
.base {
width: 170px;
position: relative;
z-index: 0;
}
.framework,
.vite {
position: absolute;
}
.framework {
z-index: 1;
top: 34px;
height: 28px;
transform: perspective(2000px) rotateZ(300deg) rotateX(44deg) rotateY(39deg)
scale(1.4);
}
.vite {
z-index: 0;
top: 107px;
height: 26px;
width: auto;
transform: perspective(2000px) rotateZ(300deg) rotateX(40deg) rotateY(39deg)
scale(0.8);
}
}
#center {
display: flex;
// ... (125 more lines)
Domain
Source
Frequently Asked Questions
What does App.css do?
App.css is a source file in the vite codebase, written in css. It belongs to the ProjectScaffolder domain.
What files import App.css?
App.css is imported by 1 file(s): App.tsx.
Where is App.css in the architecture?
App.css is located at packages/create-vite/template-react-ts/src/App.css (domain: ProjectScaffolder, directory: packages/create-vite/template-react-ts/src).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free