# File lib/sass/tree/visitors/perform.rb, line 25
  def visit_children(parent)
    with_environment Sass::Environment.new(@environment) do
      parent.children = super.flatten
      parent
    end
  end