add vite-vanilla-repl-cm6

This commit is contained in:
Felix Roos 2023-05-05 08:55:43 +02:00
parent a035412956
commit 1494cc38fc
13 changed files with 387 additions and 15 deletions

View 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;
}