Tell me more ×
Drupal Answers is a question and answer site for Drupal developers and administrators. It's 100% free, no registration required.

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?

share|improve this question

1 Answer

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.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.