juice
juice copied to clipboard
Juice inlines CSS stylesheets into your HTML source.
is there a way to replace any existing inline style without using the `!importatnt` keyword? this is what I am trying to achieve: ``` const html = `` const css...
Though I believe the initial issue of defining codeBlocks in the options json to have been resolved in #327, I have not been able to get my email platform (Listrak)...
I use an external stylesheet: ```html ``` And then I have in my generated HTML-file some rules put at the top inside a `style` tag like this: ```html .dgtl-texts-right .dgtl-link...
Hi there, Thanks for your work on this, it's a great time-saving tool for processing stuff for mailing! I noticed that you've restricted the width and height dimensions being applied...
Juice version: 6.0.0 My code is the output of `ReactDOMServer.renderToStaticMarkup()` `SomeElement` is a React component using `makeStyles from @material-ui/styles/makeStyles` I'm trying the following code: ``` import juice from 'juice/client' //...
I'm trying to use juice to inline CSS into a dynamically generated SVG drawing. It works great, but is changing the case of the `viewBox` attribute to all lowercase: `viewbox`....
I'm using Juice via https://github.com/scandox/nodemailer-juice. There was an errant character in my stylesheet - but instead of throwing an error, Juice simply inlined the styles up to the point of...
Hi, I find the documentation a little unclear - is it possible to use external css and have the css rules be rewritten as internal style attributes? Some statements in...
I am using Juice to try and inline font-awesome CSS. Given I have a html file called 'test.html' which includes the following: And I then run the following juice command...
This package uses cheerio ^0.22.0 and cheerio uses [email protected] . snyk has reported a vulnerability https://snyk.io/vuln/SNYK-JS-LODASHMERGE-173732 Steps to reproduce the behavior: Run the synk cli tool on this package Description:...