premailer / css_parser

Ruby CSS Parser
Other
279 stars 110 forks source link

CssParser::RuleSet#to_s multiple selectors fix #20

Closed bemurphy closed 12 years ago

bemurphy commented 12 years ago

CssParser::RuleSet#to_s should call join with ',' when using multiple selectors so as not to mash selectors together.

alexdunae commented 12 years ago

Thanks for this, and sorry for the delay.