Closed (fixed)
Project:
Prototype
Version:
5.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
12 Sep 2024 at 10:01 UTC
Updated:
10 Oct 2024 at 16:11 UTC
Jump to comment: Most recent
Currently we rely on SCSS to wrap ckeditor 5 stylesheets in .ck-content. This is cumbersome as it requires wrapping base and element styles in a mixin, then immediately calling that mixin.
There are also a couple existing bugs related to this approach:
:root selectors get prefixed with .ck-content which results in an invalid selector. Install and configure postcss-prefixwrap
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
pixelwhip commentedComment #4
pixelwhip commentedI've added the initial configuration for the plugin and updated a couple files as a proof of concept.
Marking this postponed until 3469567 is resolved to avoid the inevitable merge conflicts.
Comment #5
jldust commentedWe have now pulled in the component folder update, this needs to be rebased off the main 5.x branch and then it should be ready for review.
Comment #8
pixelwhip commentedThis is ready for review. It has been rebased onto the latest 5.x branch.
Comment #9
philip_stier commentedThis looks great! Thanks for the much needed changed John!
Comment #11
jldust commentedThanks all! This has been merged and will be included in the next tagged release.
Comment #12
jldust commented