Skip to content
This repository was archived by the owner on Jun 26, 2020. It is now read-only.

Commit 857d6d4

Browse files
authored
Merge pull request #28 from ckeditor/t/ckeditor5-ui/144
Other: Migrated package styles to PostCSS. Moved visual styles to ckeditor5-theme-lark (see ckeditor/ckeditor5-ui#144).
2 parents 05ce09f + 90cf0fa commit 857d6d4

File tree

3 files changed

+11
-46
lines changed

3 files changed

+11
-46
lines changed

src/widget.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import RootEditableElement from '@ckeditor/ckeditor5-engine/src/view/rooteditabl
1717
import { isWidget, WIDGET_SELECTED_CLASS_NAME, getLabel } from './utils';
1818
import { keyCodes, getCode, parseKeystroke } from '@ckeditor/ckeditor5-utils/src/keyboard';
1919

20-
import '../theme/theme.scss';
20+
import '../theme/widget.css';
2121

2222
const selectAllKeystrokeCode = parseKeystroke( 'Ctrl+A' );
2323

theme/theme.scss

-45
This file was deleted.

theme/widget.css

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/*
2+
* Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
3+
* For licensing, see LICENSE.md.
4+
*/
5+
6+
/*
7+
* Note: This file should contain the wireframe styles only. But since there are no such styles,
8+
* it acts as a message to the builder telling that it should look for the corresponding styles
9+
* **in the theme** when compiling the editor.
10+
*/

0 commit comments

Comments
 (0)