mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
225325eada
* Build react-noop as a package This lets us consume it from the debugger. * Add instrumentation to Fiber * Check in Fiber Debugger
15 lines
189 B
CSS
15 lines
189 B
CSS
html, body {
|
|
margin: 0;
|
|
padding: 0;
|
|
font-family: sans-serif;
|
|
height: 100vh;
|
|
cursor: -webkit-grab; cursor: -moz-grab;
|
|
}
|
|
|
|
#root {
|
|
height: 100vh;
|
|
}
|
|
|
|
* {
|
|
box-sizing: border-box;
|
|
} |