Moved components styles to their own subfolders to improve organization.

This commit is contained in:
Jan Böhmer 2022-12-11 23:13:40 +01:00
parent 7ca9cfafe0
commit 801a8cc6cc
12 changed files with 7 additions and 7 deletions

View file

@ -25,7 +25,7 @@ import { default as HTMLLabelEditor } from "../../ckeditor/html_label";
import EditorWatchdog from '@ckeditor/ckeditor5-watchdog/src/editorwatchdog';
import "../../css/ckeditor.css";
import "../../css/components/ckeditor.css";
/* stimulusFetch: 'lazy' */
export default class extends Controller {