class SassC::Engine

def relative_path(from, to)

def relative_path(from, to)
  Pathname.new(File.absolute_path(to)).relative_path_from(Pathname.new(File.absolute_path(from))).to_s
end