remove old codemirror packages + styles

This commit is contained in:
Felix Roos 2022-04-29 20:38:49 +02:00
parent 0d1e7f5c17
commit cf922b036e
5 changed files with 1 additions and 156 deletions

View file

@ -2,12 +2,6 @@
@tailwind components;
@tailwind utilities;
.react-codemirror2,
.CodeMirror {
width: 100% !important;
height: inherit !important;
}
.cm-editor {
background-color: transparent !important;
}