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