Explorar o código

Merge pull request #19 from ckeditor/t/9

Internal: Renamed `mentionediting.css` to `mention.css`. Closes #9.
Aleksander Nowodzinski %!s(int64=6) %!d(string=hai) anos
pai
achega
3c4e51f416

+ 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.
  *

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