gulp-inline-css
gulp-inline-css copied to clipboard
Inline linked css in an html file. Useful for emails.
For `img` when an image is decorative, the best practise is to have an empty alt description like so: ``` ``` When the document is generated via Jekyll, I get...
``` Error in plugin "gulp-inline-css" Message: Parse Error: ```
I have Velocity templates and the background color is set with a variable, so i have the style attribute of my table `` However, it won't work to add any...
if `applyTableAttributes: true` then all css properties with `!important` are removed I think it's not obvious and has no semantic connection
What dose it mean? Unhandled rejection Error: unable to verify the first certificate at TLSSocket. (_tls_wrap.js:1105:38) at emitNone (events.js:106:13) at TLSSocket.emit (events.js:208:7) at TLSSocket._finishInit (_tls_wrap.js:639:8) at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:469:38)
I would like to inline the same property multiple times for a e-mail template. Is this possible and if so how? Example: ```sass .w100p { display:inline-block; vertical-align:top; text-align:left; width:100%; min-width:285px;...
Hello, I've been enjoying gulp-inline-css quite a bit for email development, but I run into a strange bug as of late. I have a class `.innerContainer` that isn't having it's...
Unhandled rejection Error: Error: Unexpected } (line 4548, char 1) @supports (-webkit-appearance:none) { .mdl-progress:not(.mdl-progress--indeterminate):not(.mdl-progress--indeterminate)>.auxbar, .mdl-progress:not(.mdl-progress__indeterminate):not(.mdl-progress__indeterminate)>.auxbar **{ background-image: linear-gradient(to right, rgba(66, 66, 66, .7), rgba(66, 66, 66, .7)), linear-gradient(to right, rgb(158,...
Hello! ------- I really do love this plugin for gulp, really helps speed things up! Although, I've been having a little bit of trouble as of late. I am using...
Hi, Although the description of options.applyTableAttributes reads: "Whether to apply the border, cellpadding and cellspacing attributes to table elements.", It seems to have an effect on the width and height...