class Roadie::StyleAttributeBuilder

def attribute_string

def attribute_string
  Deduplicator.apply(stable_sort(@styles).map(&:to_s)).join(';')
end