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