8
0
Quellcode durchsuchen

Removed the fontsize style sheet. Moved customizations to Lark.

Aleksander Nowodzinski vor 7 Jahren
Ursprung
Commit
e0f662364a

+ 0 - 2
packages/ckeditor5-font/src/fontfamily/fontfamilyui.js

@@ -12,9 +12,7 @@ import Model from '@ckeditor/ckeditor5-ui/src/model';
 import Collection from '@ckeditor/ckeditor5-utils/src/collection';
 
 import { createDropdown, addListToDropdown } from '@ckeditor/ckeditor5-ui/src/dropdown/utils';
-
 import { normalizeOptions } from './utils';
-
 import fontFamilyIcon from '../../theme/icons/font-family.svg';
 
 /**

+ 0 - 4
packages/ckeditor5-font/src/fontsize/fontsizeui.js

@@ -12,13 +12,9 @@ import Model from '@ckeditor/ckeditor5-ui/src/model';
 import Collection from '@ckeditor/ckeditor5-utils/src/collection';
 
 import { createDropdown, addListToDropdown } from '@ckeditor/ckeditor5-ui/src/dropdown/utils';
-
 import { normalizeOptions } from '../fontsize/utils';
-
 import fontSizeIcon from '../../theme/icons/font-size.svg';
 
-import '../../theme/fontsize.css';
-
 /**
  * The font family UI plugin. It introduces the `'fontSize'` drop-down.
  *

+ 0 - 10
packages/ckeditor5-font/theme/fontsize.css

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