inline-style
inline-style copied to clipboard
Simple utility and Rack middleware for "inlining" all CSS in the style attribute for the html tags. Useful for html emails that won't correctly render stylesheets in some clients such as gmail.
Bumps [activesupport](https://github.com/rails/rails) from 3.0.4 to 7.0.4.1. Release notes Sourced from activesupport's releases. v7.0.4.1 This is a security release. More information is available in our security announcements forum: https://discuss.rubyonrails.org/c/security-announcements/9 Active Support...
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.4.4 to 1.13.9. Release notes Sourced from nokogiri's releases. 1.13.9 / 2022-10-18 Security [CRuby] Vendored libxml2 is updated to address CVE-2022-2309, CVE-2022-40304, and CVE-2022-40303. See GHSA-2qc6-mcvw-92cw for...
Bumps [i18n](https://github.com/ruby-i18n/i18n) from 0.5.0 to 1.10.0. Release notes Sourced from i18n's releases. v1.10.0 What's Changed New Features LazyLoadable Backend by @paarthmadan in ruby-i18n/i18n#612 Add a version badge to README by...
Bumps [rack](https://github.com/rack/rack) from 1.2.1 to 2.2.3. Changelog Sourced from rack's changelog. Changelog All notable changes to this project will be documented in this file. For info on how to format...
Bumps [ffi](https://github.com/ffi/ffi) from 1.0.7 to 1.11.1. Changelog *Sourced from [ffi's changelog](https://github.com/ffi/ffi/blob/master/CHANGELOG.md).* > 1.11.1 / 2019-05-20 > ------------------- > > Changed: > * Raise required ruby version to >=2.0. [#699](https://github-redirect.dependabot.com/ffi/ffi/issues/699), [#700](https://github-redirect.dependabot.com/ffi/ffi/issues/700)...
Bumps [mail](https://github.com/mikel/mail) from 2.2.15 to 2.7.1. Changelog *Sourced from [mail's changelog](https://github.com/mikel/mail/blob/2.7.1/CHANGELOG.rdoc).* > == Version 2.7.1 (unreleased) > > Compatibility: > * Restore LF=>CRLF conversions for properly encoded non-binary emails. (rubys)...
The following alredy inlined style is strpiped to the first value. ``` ``` When sent through the filter becomes: ``` ```
``` ... ``` The style of this element is reduced to the `background-color` element. Actually all such inlined styles that do not have the trailing `;` are stripped of their...
`[!] There was an error parsing`Gemfile`: xmlXPathCompOpEval: function hover not found . Bundler cannot continue. # from /Users/***_/Dropbox/_dev/**__/_***/Gemfile:11 # ------------------------------------------- # html = File.read("index.html") > puts InlineStyle.process(html, :stylesheets_paths => "/css")...
Hi there... I've found this really useful, but I recently ran into issues with elements with multiple pseudo-classes, like "a:visited:hover". This fixes that. Cheers, Matt