# File lib/compass/app_integration/rails/installer.rb, line 138
        def stylesheet_links
          if hamlize?
            haml_stylesheet_links
          else
            html_stylesheet_links
          end
        end