gulp-inline-css
gulp-inline-css copied to clipboard
Inline linked css in an html file. Useful for emails.
Hi, While applyWidthAttributes works fine with tables, images, TD's and other tags, the TH tags seems excluded from having a "width" attribute added, even if there is a width in...
Error message: > Message: > 8: ")" not found After added this conditional tags ``` @import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&subset=latin-ext); ```
Hi, I have small wish :) I am newsletter developer a I use gulp-inline-css in my devstack with two cases. First I have external link to style.css () which I...
I'm new at this, so I apologize in advance for my ignorance. I'm attempting to import a google font by including the following in my app.scss: @import url(http://fonts.googleapis.com/css?family=Raleway:300,400,500,700,600); @import 'settings';...
Hi, Spent the last hour trying to figure out why `preserveMediaQueries` is not being picked up. Are there any known issues that make this option unusable? The code is pretty...
I'm having troubles parsing templates which have expressions like this `{% if balance < 5 %}`. And the parsing is failing pointing to `', `
Running the task on pages with self-closing tags and piping to another directory strips the "closing" part, i.e., `` becomes ``. Using a modified version of the HTML page you...
It would be great if you could apply the `data embed` attribute to the `` tag in order to inject the external css file into a `` tag. For example...
I'm attempting to use this to inline styles in an XSL template. In order for the XSLT processor to operate correctly, it requires strict XHTML with proper closing tags. For...