Support CSSParser option rule_set_exceptions
JasonBarnabe opened this issue · comments
Jason Barnabe commented
Allow passing the option rule_set_exception to CSSParser per premailer/css_parser#125.
Mark Edmondson commented
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)
Philipe Fatio commented
Closing as this is possible as @markedmondson explained.