On line 28: - `puts InlineStyle.process(html, :stylesheets_paths => "./styles")` it should read: `puts InlineStyle.process(html, :stylesheets_path => "./styles")`
On line 28: -
puts InlineStyle.process(html, :stylesheets_paths => "./styles")it should read:
puts InlineStyle.process(html, :stylesheets_path => "./styles")