mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-24 09:53:01 +00:00
fix core import
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
@import './shared/naturalcrit/styles/core.less';
|
||||
|
||||
|
||||
.splitPane {
|
||||
position : relative;
|
||||
display : flex;
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
@import 'themes/codeMirror/customEditorStyles.less';
|
||||
@import './shared/naturalcrit/styles/core.less';
|
||||
@import './themes/codeMirror/customEditorStyles.less';
|
||||
|
||||
.editor {
|
||||
position : relative;
|
||||
width : 100%;
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@import './shared/naturalcrit/styles/core.less';
|
||||
@import (less) './client/icons/customIcons.less';
|
||||
@import (less) '././././themes/fonts/5e/fonts.less';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user