Explorar el Código

Loaded to–do list content styles in the feature.

Aleksander Nowodzinski hace 6 años
padre
commit
82ef4ba6e6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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.