fphilipe / premailer-rails

CSS styled emails without the hassle.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support CSSParser option rule_set_exceptions

JasonBarnabe opened this issue · comments

Allow passing the option rule_set_exception to CSSParser per premailer/css_parser#125.

If premailer/premailer#418 gets merged then it'll be automatically supported through https://github.com/fphilipe/premailer-rails/blob/main/lib/premailer/rails/customized_premailer.rb#L11 using Premailer::Rails.config.merge!(rule_set_exceptions: false)

Closing as this is possible as @markedmondson explained.