소스 검색

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.