Explorar el Código

Migrated UI components from SASS to PostCSS. Added theme support.

Aleksander Nowodzinski hace 8 años
padre
commit
1ce7825e52

+ 0 - 2
packages/ckeditor5-editor-inline/src/inlineeditor.js

@@ -13,8 +13,6 @@ import InlineEditorUI from './inlineeditorui';
 import InlineEditorUIView from './inlineeditoruiview';
 import setDataInElement from '@ckeditor/ckeditor5-utils/src/dom/setdatainelement';
 
-import '../theme/theme.scss';
-
 /**
  * The {@glink builds/guides/overview#Inline-editor inline editor} implementation.
  * It uses an inline editable and a floating toolbar.

+ 0 - 4
packages/ckeditor5-editor-inline/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';