Just a thought here. Wouldn't it make since to do a "preservePseudoClasses" option similar to media queries rather than just ignoring? My use case is I'm building an email with inline css, want to preserve media queries, and pseudo classes. None of these are necessary for proper rendering but they all have added benefit if you have them.
:+1: This is one of the drawback . Please add option to preservePseudoClasses.
This has been implemented by https://github.com/SLaks/Styliner. But it has other pitfalls
Just a thought here. Wouldn't it make since to do a "preservePseudoClasses" option similar to media queries rather than just ignoring? My use case is I'm building an email with inline css, want to preserve media queries, and pseudo classes. None of these are necessary for proper rendering but they all have added benefit if you have them.