Przeglądaj źródła

Merge pull request #10 from ckeditor/t/ckeditor5-ui/144

Other: Migrated the editor styles to PostCSS (see ckeditor/ckeditor5-ui#144).
Aleksander Nowodzinski 8 lat temu
rodzic
commit
428b78aa2e

+ 0 - 2
packages/ckeditor5-editor-balloon/src/ballooneditor.js

@@ -14,8 +14,6 @@ import BalloonEditorUI from './ballooneditorui';
 import BalloonEditorUIView from './ballooneditoruiview';
 import setDataInElement from '@ckeditor/ckeditor5-utils/src/dom/setdatainelement';
 
-import '../theme/theme.scss';
-
 /**
  * The {@glink builds/guides/overview#Balloon-editor balloon editor} implementation (Medium-like editor).
  * It uses an inline editable and a toolbar based on the {@link module:ui/toolbar/contextual/contextualtoolbar~ContextualToolbar}.

+ 0 - 4
packages/ckeditor5-editor-balloon/theme/theme.scss

@@ -1,4 +0,0 @@
-// Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
-// For licensing, see LICENSE.md or http://ckeditor.com/license
-
-@import '~@ckeditor/ckeditor5-theme-lark/theme/theme.scss';