Merge branch 'feat/codemirror-6'

This commit is contained in:
liyasthomas
2021-11-15 16:45:20 +05:30
27 changed files with 1702 additions and 387 deletions

View File

@@ -32,8 +32,11 @@
}
::selection {
@apply bg-accent;
@apply text-accentContrast;
@apply bg-divider;
}
.cm-focused {
@apply !outline-none;
}
input::placeholder,
@@ -286,7 +289,7 @@ pre.ace_editor {
}
}
input[type="checkbox"] {
input[type="checkbox"].checkbox {
@apply hidden;
&,