jgallen23 / grunt-inline-css

Grunt task for turning an html file with linked css to inline css. Great for emails.
MIT License
195 stars 33 forks source link

unable to prevent removing duplicate css #51

Open ArmanGrewal opened 7 years ago

ArmanGrewal commented 7 years ago

Hi,

Is there any option, so that it can prevent deleting duplicate css. I want to add css for different email clients eg: background: #000000; background: url("some transparent image");

Thanks

jamesjacobs commented 7 years ago

I'm also having this issue. Did you ever find a solution @ArmanGrewal