MyIntervals / emogrifier

Converts CSS styles into inline style attributes in your HTML code.
https://www.myintervals.com/emogrifier.php
MIT License
907 stars 154 forks source link

[FEATURE] Add the ability to exclude CSS selectors from being inlined #1236

Closed nlemoine closed 4 months ago

nlemoine commented 1 year ago

Exclude CSS selectors from the stylesheets being inlined. This might for example prevent global CSS rules with universal selector (*) to be inlined on each node.

nlemoine commented 4 months ago

Hey @JakeQZ, sorry for the very late reply 🙈

I rebased and fixed every changes needed, can you give it a last review?

nlemoine commented 4 months ago

@JakeQZ Thanks you for the prompt review, it should be good now!

nlemoine commented 4 months ago

Thanks @JakeQZ & @oliverklee ! 🥳