# File lib/generators/bootstrap/customize_generator.rb, line 16
    def customize_css_components
      if options.css_components?
        append_file "app/assets/stylesheets/bootstrap-custom.css.scss" do
          File.read File.expand_path("../../../../app/assets/stylesheets/twitter/bootstrap.css.scss", __FILE__)
        end
      end
    end