class Roadie::Inliner

def apply_element_style(element, builder)

def apply_element_style(element, builder)
  element["style"] = [builder.attribute_string, element["style"]].compact.join(";")
end