# File lib/sass/tree/visitors/cssize.rb, line 30
  def visit_children(parent)
    with_parent parent do
      parent.children = visit_children_without_parent(parent)
      parent
    end
  end