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