OER-WEB-TEAM / design-system--drupal-theme

1 stars 0 forks source link

CKEditor 5 - SASS Compilation produces wrong class structure #1

Open AlexVanK opened 7 months ago

AlexVanK commented 7 months ago

Do not compile /scss/__ck5.style.scss to generate a stylesheet for Drupal CKEditor5.

The methodology is incorrect: it prepends every single output of the compilation chain with a ".ck-content" class. In theory this works, except there are some nodes that cannot be prepended:

Doing so will lead to incorrect preview of the CKEditor.

For the time being: