class Milestoner::Builders::Web

def call

def call
  input.build_root.tap do |path|
    stylesheet_path.copy path.make_path.join("page.css")
    write path
  end
end