codeMirror-aceEditor-theme-generator icon indicating copy to clipboard operation
codeMirror-aceEditor-theme-generator copied to clipboard

Compiler only compiles a couple lines.

Open tcaer opened this issue 8 years ago • 1 comments

Hi so the debugger outputs all the css but the css file does not have anything in it...

.cm-s-main {
	background: #263238;
	color: #C3CEE3;
}
.cm-s-main .CodeMirror-activeline-background {
	background: #2F374D;
}
.cm-s-main .CodeMirror-selected {
	background: #1a1f29;
}
.cm-s-main .cm-comment {
	color: #7081BE;
}

Here is my terminal command: node main.js main ~/Facebook.tmTheme

Thanks

tcaer avatar Jan 18 '17 05:01 tcaer

Same here

jundl77 avatar Nov 19 '18 00:11 jundl77