jonkemp / gulp-inline-css

Inline linked css in an html file. Useful for emails.
MIT License
272 stars 29 forks source link

Doesn't compile linked tags after migrate to gulp 4 #64

Closed qeffeweffeq closed 5 years ago

qeffeweffeq commented 5 years ago

After migrate to gulp 4 gulp-inline-css doesn't compiling css from link tags. The only option that seems still working is removeLinkTags. On projects with gulp 3 still works fine. Is this module supposed to work also with gulp 4?