Browse Source

Rename mentionediting.css to mention.css.

Maciej Gołaszewski 6 years ago
parent
commit
2a630f8390

+ 2 - 0
packages/ckeditor5-mention/src/mention.js

@@ -12,6 +12,8 @@ import Plugin from '@ckeditor/ckeditor5-core/src/plugin';
 import MentionEditing from './mentionediting';
 import MentionUI from './mentionui';
 
+import '../theme/mention.css';
+
 /**
  * The mention plugin.
  *

+ 0 - 2
packages/ckeditor5-mention/src/mentionediting.js

@@ -12,8 +12,6 @@ import uid from '@ckeditor/ckeditor5-utils/src/uid';
 
 import MentionCommand from './mentioncommand';
 
-import '../theme/mentionediting.css';
-
 /**
  * The mention editing feature.
  *

packages/ckeditor5-mention/theme/mentionediting.css → packages/ckeditor5-mention/theme/mention.css