class Sprockets::SassImporter

def initialize(context, root)

def initialize(context, root)
  @context = context
  super root.to_s
end