BigW Consortium Gitlab

premailer.rb 222 Bytes
Newer Older
1 2 3 4 5
# See https://github.com/fphilipe/premailer-rails#configuration
Premailer::Rails.config.merge!(
  generate_text_part: false,
  preserve_styles: true,
  remove_comments: true,
6
  remove_ids: false,
7
  remove_scripts: false
8
)