class Css::Generators::AssetsGenerator

def copy_stylesheet

def copy_stylesheet
  copy_file "stylesheet.css", File.join('app/assets/stylesheets', class_path, "#{file_name}.css")
end