class SassC::Rails::Importer::ERBExtension
Public Instance Methods
Source
# File lib/sassc/rails/importer.rb, line 68 def import_for(full_path, parent_dir, options) template = Tilt::ERBTemplate.new(full_path) parsed_erb = template.render(options[:sprockets][:context], {}) SassC::Importer::Import.new(full_path, source: parsed_erb) end