Method: Suspenders::AppBuilder#setup_stylesheets

Defined in:
lib/suspenders/app_builder.rb

#setup_stylesheetsObject



309
310
311
312
313
# File 'lib/suspenders/app_builder.rb', line 309

def setup_stylesheets
  remove_file "app/assets/stylesheets/application.css"
  copy_file "application.scss",
            "app/assets/stylesheets/application.scss"
end