FEATURE: support SCSS in custom email style

In the CSS tab of Admin > Customize > Email Style, SCSS can now be used.
This commit is contained in:
Neil Lalonde
2019-10-23 15:41:58 -04:00
parent 0dcb4bef20
commit f061aee818
8 changed files with 59 additions and 14 deletions

View File

@ -36,7 +36,7 @@ module Email
def custom_styles
return @custom_styles unless @custom_styles.nil?
css = EmailStyle.new.css
css = EmailStyle.new.compiled_css
@custom_styles = {}
if !css.blank?