- Issue created by @sime
- Status changed to Postponed: needs info
about 1 year ago 9:32pm 5 November 2023 - 🇬🇧United Kingdom opdavies Wales
Hi @sime.
Thanks for the suggestion, but what would you add to the src/ckeditor.css file to make it work with Tailwind?
If it's custom styling for that theme, people can add that themselves when they create their theme.
If it's something generic, it could be added to this starter kit, but I don't see how at the moment.
- 🇦🇺Australia sime Melbourne
I was using classes in CKEditor which were not being used in the theme. Tailwind never saw these classes and would not compile them. So I'm wondering how other people deal with this.
- 🇩🇪Germany Andreas Schwarz
Hello @sime,
One solution is to work with Storybook and pre-design and test the styles outside of Drupal.
So Tailwind can compile them and the Tailwind classes you want to make available to CKEditor are available.