Don't remove IDs via premailer

This makes it easier to debug style rules.
This commit is contained in:
Robert Speicher
2016-05-25 16:56:06 -04:00
parent 3e3463218d
commit 8083bc234a
+1 -1
View File
@@ -3,6 +3,6 @@ Premailer::Rails.config.merge!(
generate_text_part: false,
preserve_styles: true,
remove_comments: true,
remove_ids: true,
remove_ids: false,
remove_scripts: false
)