mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
9 lines
87 B
CSS
9 lines
87 B
CSS
* {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
body {
|
|
font-family: monospace;
|
|
font-size: 12px;
|
|
}
|