global.css — astro Source File
Architecture documentation for global.css, a css file in the astro codebase.
Entity Profile
Source Code
html,
body {
font-family: system-ui;
margin: 0;
}
body {
padding: 2rem;
}
.counter {
display: grid;
font-size: 2em;
grid-template-columns: repeat(3, minmax(0, 1fr));
margin-top: 2em;
place-items: center;
}
.counter-message {
text-align: center;
}
Source
Frequently Asked Questions
What does global.css do?
global.css is a source file in the astro codebase, written in css.
Where is global.css in the architecture?
global.css is located at packages/astro/e2e/fixtures/multiple-frameworks/src/styles/global.css (directory: packages/astro/e2e/fixtures/multiple-frameworks/src/styles).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free