For CKeditor, is there a way to have it apply a class name instead of a style? So instead of doing:
<span style="color: #ffffff;">Text</span>
It would do:
<span class="white">Text</span>
Simplified to make more sense, but except for the typical bold/italics/underline, we need to be able to use variables in a SCSS sheet for consistency and multiple clients. This would not be something picked from a custom style list - it needs to be automatic when people click on existing toolbar options. Has anyone managed something like this?