dedicated strudelmirror example
This commit is contained in:
parent
99194814a9
commit
9474ed7d85
10 changed files with 1449 additions and 11 deletions
13
packages/codemirror/examples/strudelmirror/style.css
Normal file
13
packages/codemirror/examples/strudelmirror/style.css
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
:root {
|
||||
--foreground: white;
|
||||
}
|
||||
|
||||
html,
|
||||
body,
|
||||
#code,
|
||||
.cm-editor,
|
||||
.cm-scroller {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
height: 100%;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue