# File lib/sass/tree/node.rb, line 326 def perform_children(environment) children.map {|c| c.perform(environment)}.flatten end