babel-preset-test-bundled-dependencies
Version:
Allow custom config for create-react-app without ejecting
32 lines (26 loc) • 307 B
CSS
.code {
width: 500px;
height: 500px;
display: block;
}
.config {
width: 500px;
height: 400px;
display: block;
}
.go {
display: block;
float: right;
font-size: 18px;
}
.result {
width: 500px;
height: 1000px;
display: block;
}
.edit {
float: left;
}
.results {
float: left;
}