inline-css icon indicating copy to clipboard operation
inline-css copied to clipboard

Inline css into an html file.

Results 66 inline-css issues
Sort by recently updated
recently updated
newest added

Is there a way to make this library work with twig templates that contain linked stylesheets with @import directives and fonts?

Hi there, We're using Apache Wicket for sending our emails and using inline-css as a gulp task to inline the styling. We we are running into some issues where the...

When I have this in my css ``` a:hover { text-decoration: underline; } ``` and it gets inlined, then inline-css does not include them for links. Why?

help wanted
feature request

The normal Syntax for the html width attribute is width="100" not width="100px". Is there a possibilty to check this process? https://www.w3schools.com/tags/att_table_width.asp ![screenshot](https://user-images.githubusercontent.com/29250288/26872290-47a39f70-4b76-11e7-97ca-8de914916588.png)

bug

I would appreciate adding of `sortAlphabetically` option, which would be set to `true` in default (to be compatible with older versions). That's because I need special CSS attributes for older...

help wanted
feature request

Hi All, firstly thanks for the library - it's saved me a great deal of time! At the moment, the library has the option to either keep all HTML selectors...

To stop underlining links in Outlook web app you have to set the following rule: ``` a { text-decoration: none !important; text-decoration: none; } ``` What i get after running...

The code `` is mangled into `` This does not fit the XML interpretation of PIs (and is why you had to special-case doctypes, which are also PIs)

These updates are very exclusively for email development, specifically more awful clients like Outlook 2013. - applyHeightAttributes does exactly what applyWidthAttributes does, but with height! - applyCenterAttributes with check to...

Recommending a setting for use in email development that checks if margin: auto has been applied to an element. If so, we attempt to predictably center the element. If the...