class Coupdoeil::InstallGenerator

def import_stylesheet

def import_stylesheet
  puts "To use Coupdoeil popover style, add to your layout's head:"
  puts ""
  puts <<-ERB
  <%= stylesheet_link_tag "coupdoeil/popover" %>
  ERB
  puts ""
  puts "Or one of two:"
  puts ""
  puts <<-ERB
  <%= stylesheet_link_tag "coupdoeil/popover-arrow" %>
  <%= stylesheet_link_tag "coupdoeil/popover-animation" %>
  ERB
end