global.css — astro Source File
Architecture documentation for global.css, a css file in the astro codebase.
Entity Profile
Source Code
html,
body {
margin: 0;
}
* {
box-sizing: border-box;
}
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/test/fixtures/0-css/public/global.css (directory: packages/astro/test/fixtures/0-css/public).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free