I want to allow my end users the ability to save custom css (sass would be better) along with the page content that they edit in a WYSIWYG. I know they can put styles inline but sometimes it's useful to be able to use css selectors instead. Is there a module that will allow this?
Tell me more
×
Drupal Answers is a question and answer site for
Drupal developers and administrators. It's 100% free, no registration required.
Module, no. At least none I know about. You can, however, add text field for css rules and output it inside style tag in your template. Would require some clever javascript to show it in realtime during edit, but should be possible without to much hacking. |
|||
|