andrewrk / juice

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

feature: possibility to bypass any style or link on the inline process. #25

Closed jpsc closed 1 year ago

jpsc commented 9 years ago

I would be nice to have the possibility to bypass any style or link on the inline. When building some newsletters templates its sometimes unnecessary and unwanted that all the styles are inline.

Something like this:

<!-- external styles -->
<link rel="stylesheet" data-ignore="ignore"  href="style.css" />

<!-- embedded styles -->
<style data-ignore="ignore"></style>

Idea from here.

What do you think ?

jlank commented 9 years ago

+1 here. This is useful for retaining certain assets like Google Fonts.

bahamagician commented 8 years ago

Has there been any developments on this?

jpsc commented 1 year ago

No longer relevant