class Roadie::Inliner::StyleMap

def initialize

def initialize
  @map = Hash.new do |hash, key|
    hash[key] = StyleAttributeBuilder.new
  end
end