andrewrk / juice

Juice inlines CSS stylesheets into your HTML source.
MIT License
60 stars 13 forks source link

preservePseudoClasses similar to preserveMediaQueries #24

Open countravioli opened 9 years ago

countravioli commented 9 years ago

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.

Amerr commented 9 years ago

:+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