class SassC::ImportHandler
def initialize(options)
def initialize(options) @importer = if options[:importer] options[:importer].new(options) else nil end end
def initialize(options) @importer = if options[:importer] options[:importer].new(options) else nil end end