Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

alexdunae's premailer

Compare

  Analyzed about 17 hours ago

For the best HTML e-mail delivery results, CSS should be inline. This is a huge pain and a simple newsletter becomes un-managable very quickly. This script is my solution. CSS styles are converted to inline style attributes Checks style and link[rel=stylesheet] tags and preserves existing inline ... [More] attributes Relative paths are converted to absolute paths Checks links in href, src and CSS url('') CSS properties are checked against e-mail client capabilities Based on the Email Standards Project’s guides A plain text version is created Optional [Less]

2.9K lines of code

5 current contributors

about 1 month since last commit

1 users on Open Hub

Moderate Activity
5.0
 
I Use This

ruby css_parser

Compare

  Analyzed about 21 hours ago

Load, parse and cascade CSS rule sets in Ruby. Install the gem from RubyGems. gem install css_parser An example require 'css_parser' include CssParser parser = CssParser::Parser.new parser.load_file!('http://example.com/styles/style.css') # lookup a rule by a ... [More] selector parser.find('#content') #=> 'font-size: 13px; line-height: 1.2;' # lookup a rule by a selector and media type parser.find('#content', [:screen, :handheld]) # iterate through selectors by media type parser.each_selector(:screen) do |selector, declarations, specificity| ... end Made on Vancouver Island. [Less]

3.49K lines of code

5 current contributors

16 days since last commit

0 users on Open Hub

Very Low Activity
0.0
 
I Use This

gulp-juice

Compare

  Analyzed about 15 hours ago

process html files through juice to inline CSS

101 lines of code

0 current contributors

over 7 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This