class SassC::Rails::Importer::CSSExtension
def import_for(full_path, parent_dir, options)
def import_for(full_path, parent_dir, options) import_path = full_path.gsub(/\.css$/,"") SassC::Importer::Import.new(import_path) end
def postfix
def postfix ".css" end