Home / File/ WhatChanged.css — react Source File

WhatChanged.css — react Source File

Architecture documentation for WhatChanged.css, a css file in the react codebase. 0 imports, 1 dependents.

File css BabelCompiler 1 dependents

Entity Profile

Dependency Diagram

graph LR
  3d542635_d0d5_3496_e4b4_c85f0c870c18["WhatChanged.css"]
  5e16f57b_1380_519b_fff9_378869430fab["WhatChanged.js"]
  5e16f57b_1380_519b_fff9_378869430fab --> 3d542635_d0d5_3496_e4b4_c85f0c870c18
  style 3d542635_d0d5_3496_e4b4_c85f0c870c18 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

.Item {
  margin-top: 0.25rem;
}

.Key {
  font-family: var(--font-family-monospace);
  font-size: var(--font-size-monospace-small);
  line-height: 1;
}

.Key:first-of-type::before {
  content: ' (';
}

.Key::after {
  content: ', ';
}

.Key:last-of-type::after {
  content: ')';
}

.Label {
  font-weight: bold;
}

Domain

Frequently Asked Questions

What does WhatChanged.css do?
WhatChanged.css is a source file in the react codebase, written in css. It belongs to the BabelCompiler domain.
What files import WhatChanged.css?
WhatChanged.css is imported by 1 file(s): WhatChanged.js.
Where is WhatChanged.css in the architecture?
WhatChanged.css is located at packages/react-devtools-shared/src/devtools/views/Profiler/WhatChanged.css (domain: BabelCompiler, directory: packages/react-devtools-shared/src/devtools/views/Profiler).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free