Преглед на файлове

Import SASS files straight to JS.

Piotrek Koszuliński преди 9 години
родител
ревизия
6bc4727658
променени са 2 файла, в които са добавени 5 реда и са изтрити 0 реда
  1. 2 0
      packages/ckeditor5-image/src/image.js
  2. 3 0
      packages/ckeditor5-image/theme/theme.scss

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

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

+ 3 - 0
packages/ckeditor5-image/theme/theme.scss

@@ -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;