maca / inline-style

Simple utility and Rack middleware for "inlining" all CSS in the style attribute for the html tags. Useful for html emails that won't correctly render stylesheets in some clients such as gmail.
39 stars 13 forks source link

Give options for node removal #9

Open 0xradical opened 12 years ago

0xradical commented 12 years ago

I think style nodes should be removed conditionally, sometimes you want to leave style tags untouched in your email so that you could try to override some styles defined by webmails (see html email boilerplate,for example) that are not yet defined in the body of your email as of sending.

maca commented 12 years ago

Could you elaborate a bit more on your request?