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