8
0
Просмотр исходного кода

Import SASS files straight to JS.

Piotrek Koszuliński 9 лет назад
Родитель
Сommit
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 ImageEngine from './imageengine';
 import Widget from './widget/widget';
 import Widget from './widget/widget';
 
 
+import '../theme/theme.scss';
+
 /**
 /**
  * The image plugin.
  * 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.
 // Common styles applied to all widgets.
 .ck-widget {
 .ck-widget {
 	margin: 10px 0;
 	margin: 10px 0;