index.css — vite Source File
Architecture documentation for index.css, a css file in the vite codebase.
Entity Profile
Source Code
:root {
color-scheme: light dark;
background-color: #ffffff;
}
@media (prefers-color-scheme: dark) {
:root {
background-color: #16171d;
}
}
body {
margin: 0;
display: flex;
justify-content: center;
align-items: center;
min-width: 320px;
min-height: 100svh;
font-synthesis: none;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
overflow-x: hidden;
}
Source
Frequently Asked Questions
What does index.css do?
index.css is a source file in the vite codebase, written in css.
Where is index.css in the architecture?
index.css is located at packages/create-vite/template-lit-ts/src/index.css (directory: packages/create-vite/template-lit-ts/src).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free