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

Commit 965179e

Browse files
authored
Merge pull request #89 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 eb00e22 + 905aea5 commit 965179e

File tree

3 files changed

+11
-43
lines changed

3 files changed

+11
-43
lines changed

src/heading.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import Model from '@ckeditor/ckeditor5-ui/src/model';
1414
import createListDropdown from '@ckeditor/ckeditor5-ui/src/dropdown/list/createlistdropdown';
1515
import Collection from '@ckeditor/ckeditor5-utils/src/collection';
1616

17-
import '../theme/theme.scss';
17+
import '../theme/heading.css';
1818

1919
/**
2020
* The headings feature. It introduces the `headings` drop-down and the `heading1`-`headingN` commands which allow

theme/heading.css

Lines changed: 10 additions & 0 deletions
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+
*/

theme/theme.scss

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)