Parcourir la source

Import SASS files straight to JS.

Piotrek Koszuliński il y a 9 ans
Parent
commit
6bc4727658

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