Commit 8083bc23 authored by Robert Speicher's avatar Robert Speicher

Don't remove IDs via premailer

This makes it easier to debug style rules.
parent 3e346321
...@@ -3,6 +3,6 @@ Premailer::Rails.config.merge!( ...@@ -3,6 +3,6 @@ Premailer::Rails.config.merge!(
generate_text_part: false, generate_text_part: false,
preserve_styles: true, preserve_styles: true,
remove_comments: true, remove_comments: true,
remove_ids: true, remove_ids: false,
remove_scripts: false remove_scripts: false
) )
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment