@@ -11,6 +11,8 @@ import Plugin from 'ckeditor5-core/src/plugin';
import ImageEngine from './imageengine';
import Widget from './widget/widget';
+import '../theme/theme.scss';
+
/**
* The image plugin.
*
@@ -1,3 +1,6 @@
+// Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
+// For licensing, see LICENSE.md or http://ckeditor.com/license
// Common styles applied to all widgets.
.ck-widget {
margin: 10px 0;