mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-25 14:02:40 +00:00
Put back the correct require notation for importing the foldcode and foldgutter helpers #629
8 lines
182 B
Plaintext
8 lines
182 B
Plaintext
@import (less) 'codemirror/lib/codemirror.css';
|
|
@import (less) 'codemirror/addon/fold/foldgutter.css';
|
|
|
|
.codeEditor{
|
|
.CodeMirror-foldmarker {
|
|
font-family: inherit;
|
|
}
|
|
} |