Преглед изворни кода

Loaded to–do list content styles in the feature.

Aleksander Nowodzinski пре 6 година
родитељ
комит
82ef4ba6e6
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      packages/ckeditor5-list/src/todolist.js

+ 1 - 1
packages/ckeditor5-list/src/todolist.js

@@ -9,8 +9,8 @@
 
 import TodoListEditing from './todolistediting';
 import TodoListUI from './todolistui';
-
 import Plugin from '@ckeditor/ckeditor5-core/src/plugin';
+import '../theme/todolist.css';
 
 /**
  * The to-do list feature.