class SassC::Rails::Importer::CSSExtension
Public Instance Methods
Source
# File lib/sassc/rails/importer.rb, line 25 def import_for(full_path, parent_dir, options) import_path = full_path.gsub(/\.css$/,"") SassC::Importer::Import.new(import_path) end