0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 18:32:41 +00:00

Replace copied code with require methods to import the CodeMirror helpers

Put back the correct require notation for importing the foldcode and foldgutter helpers

#629
This commit is contained in:
Charlie Humphreys
2021-11-07 21:35:35 -06:00
parent c0b9f4488f
commit eec6e66543
3 changed files with 46 additions and 316 deletions

View File

@@ -2,5 +2,7 @@
@import (less) 'codemirror/addon/fold/foldgutter.css';
.codeEditor{
.CodeMirror-foldmarker {
font-family: inherit;
}
}