root.css — react Source File
Architecture documentation for root.css, a css file in the react codebase. 0 imports, 1 dependents.
Entity Profile
Dependency Diagram
graph LR 6311cd0d_6ce7_dcb2_6aa9_2157e0da7cc0["root.css"] e2c52a93_982e_407f_9fee_e89aa134ae9d["DevTools.js"] e2c52a93_982e_407f_9fee_e89aa134ae9d --> 6311cd0d_6ce7_dcb2_6aa9_2157e0da7cc0 style 6311cd0d_6ce7_dcb2_6aa9_2157e0da7cc0 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
:is(:root, :host) {
/* Font smoothing */
--font-smoothing: auto;
/* GitHub.com system fonts */
--font-family-monospace: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo,
Courier, monospace;
--font-family-sans: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica,
Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}
Domain
Source
Frequently Asked Questions
What does root.css do?
root.css is a source file in the react codebase, written in css. It belongs to the BabelCompiler domain.
What files import root.css?
root.css is imported by 1 file(s): DevTools.js.
Where is root.css in the architecture?
root.css is located at packages/react-devtools-shared/src/devtools/views/root.css (domain: BabelCompiler, directory: packages/react-devtools-shared/src/devtools/views).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free