add vite-vanilla-repl-cm6
This commit is contained in:
parent
a035412956
commit
1494cc38fc
13 changed files with 387 additions and 15 deletions
24
packages/core/examples/vite-vanilla-repl-cm6/style.css
Normal file
24
packages/core/examples/vite-vanilla-repl-cm6/style.css
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
body,
|
||||
html {
|
||||
margin: 0;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#editor {
|
||||
overflow: auto;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.cm-editor {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
main {
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.container {
|
||||
flex-grow: 1;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue