I found a workaround to my issue. I created a child-theme with modified files to include a special CSS class called “resize-font-target” and then told your plugin to target “div.resize-font-target” and tada… issue solved.
Now why didn’t I think about this before?
No, you misunderstand me. I need to be able to target say… div.content and div.content-summary. Right now there’s no way I can tell this plugin to target both, only one.
Nevermind, I figured it out.